Html Css Color HEX #B8836A Brandy Rose

📋 copy color: '#B8836A'

red 184 ◦ green 131 ◦ blue 106

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

Shades of Brandy Rose #B8836A

Tints of Brandy Rose #B8836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 43.71%
G = 31.12%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8836A (or 0xB8836A) is known color: Brandy Rose. HEX triplet: B8, 83 and 6A. RGB value is (184,131,106). Sum of RGB (Red+Green+Blue) = 184+131+106=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8836A is #477C95. Grayscale: #909090. Windows color (decimal): -4684950 or 6980536. OLE color: 6980536.

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

Color convert

RGB 184 131 106 -
CMYK 0 0.29 0.42 0.28
HSL 19.23º 0.35% 0.57% -
HSV(B) 19.23º 0.42% 0.72% -
XYZ 30.48 27.46 17.33 -
YUV 144 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 184 131 106 0 0.29 0.42 0.28 19.23 0.35 0.57
Hex B8 83 6A 0 1D 2A 1C 13 23 39
Octal 270 203 152 0 35 52 34 23 43 71
Binary 10111000 10000011 1101010 0 11101 101010 11100 10011 100011 111001

Color Harmonies of #B8836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8836A

Black with #B8836A

Text Example


Text Example

White with #B8836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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