Html Css Color HEX #B8806B Brandy Rose

📋 copy color: '#B8806B'

red 184 ◦ green 128 ◦ blue 107

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

Shades of Brandy Rose #B8806B

Tints of Brandy Rose #B8806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 43.91%
G = 30.55%
B = 25.54%

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

#B8806B (or 0xB8806B) is known color: Brandy Rose. HEX triplet: B8, 80 and 6B. RGB value is (184,128,107). Sum of RGB (Red+Green+Blue) = 184+128+107=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806B is #477F94. Grayscale: #8E8E8E. Windows color (decimal): -4685717 or 7045304. OLE color: 7045304.

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

Color convert

RGB 184 128 107 -
CMYK 0 0.30 0.42 0.28
HSL 16.36º 0.35% 0.57% -
HSV(B) 16.36º 0.42% 0.72% -
XYZ 30.14 26.69 17.47 -
YUV 142.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 184 128 107 0 0.30 0.42 0.28 16.36 0.35 0.57
Hex B8 80 6B 0 1E 2A 1C 10 23 39
Octal 270 200 153 0 36 52 34 20 43 71
Binary 10111000 10000000 1101011 0 11110 101010 11100 10000 100011 111001

Color Harmonies of #B8806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8806B

Black with #B8806B

Text Example


Text Example

White with #B8806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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