Html Css Color HEX #B8806A Brandy Rose

📋 copy color: '#B8806A'

red 184 ◦ green 128 ◦ blue 106

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

Shades of Brandy Rose #B8806A

Tints of Brandy Rose #B8806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 44.02%
G = 30.62%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8806A (or 0xB8806A) is known color: Brandy Rose. HEX triplet: B8, 80 and 6A. RGB value is (184,128,106). Sum of RGB (Red+Green+Blue) = 184+128+106=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806A is #477F95. Grayscale: #8E8E8E. Windows color (decimal): -4685718 or 6979768. OLE color: 6979768.

HSL color Cylindrical-coordinate representation of color #B8806A: hue angle of 16.92º 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 #B8806A is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 106 -
CMYK 0 0.30 0.42 0.28
HSL 16.92º 0.35% 0.57% -
HSV(B) 16.92º 0.42% 0.72% -
XYZ 30.09 26.67 17.2 -
YUV 142.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 184 128 106 0 0.30 0.42 0.28 16.92 0.35 0.57
Hex B8 80 6A 0 1E 2A 1C 11 23 39
Octal 270 200 152 0 36 52 34 21 43 71
Binary 10111000 10000000 1101010 0 11110 101010 11100 10001 100011 111001

Color Harmonies of #B8806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8806A

Black with #B8806A

Text Example


Text Example

White with #B8806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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