Html Css Color HEX #B8836C Brandy Rose

📋 copy color: '#B8836C'

red 184 ◦ green 131 ◦ blue 108

#B8836C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B8836C

Tints of Brandy Rose #B8836C

RGB

 RED value IS 184 (72.27% from 255) = 43.5%

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 43.5%
G = 30.97%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8836C (or 0xB8836C) is known color: Brandy Rose. HEX triplet: B8, 83 and 6C. RGB value is (184,131,108). Sum of RGB (Red+Green+Blue) = 184+131+108=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8836C is #477C93. Grayscale: #909090. Windows color (decimal): -4684948 or 7111608. OLE color: 7111608.

HSL color Cylindrical-coordinate representation of color #B8836C: hue angle of 18.16º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8836C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 108 -
CMYK 0 0.29 0.41 0.28
HSL 18.16º 0.35% 0.57% -
HSV(B) 18.16º 0.41% 0.72% -
XYZ 30.59 27.51 17.88 -
YUV 144.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 184 131 108 0 0.29 0.41 0.28 18.16 0.35 0.57
Hex B8 83 6C 0 1D 29 1C 12 23 39
Octal 270 203 154 0 35 51 34 22 43 71
Binary 10111000 10000011 1101100 0 11101 101001 11100 10010 100011 111001

Color Harmonies of #B8836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8836C

Black with #B8836C

Text Example


Text Example

White with #B8836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8836C; }

 p { color: rgb(184,131,108); }

 H1.HeaderClassName
 {
   color: #B8836C;
 }
 .AnyTagClassName
 {
   color: #B8836C;
 }
</style>

background-color css

<style>
 a { background-color: #B8836C; }

 a { background-color: rgb(184,131,108); }

 div.DivClassName
 {
   background-color: #B8836C;
 }
 .BgClassName
 {
   background-color: #B8836C;
 }
</style>

border-color css

<style>
 span { border-color: #B8836C; }

 span { border-color: rgb(184,131,108); }

 td.TdClassName
 {
   border-color: #B8836C;
 }
 .TagClassName
 {
   border-color: #B8836C;
 }
</style>