Html Css Color HEX #B8806F Brandy Rose

📋 copy color: '#B8806F'

red 184 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #B8806F

Tints of Brandy Rose #B8806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 43.5%
G = 30.26%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8806F (or 0xB8806F) is known color: Brandy Rose. HEX triplet: B8, 80 and 6F. RGB value is (184,128,111). Sum of RGB (Red+Green+Blue) = 184+128+111=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806F is #477F90. Grayscale: #8E8E8E. Windows color (decimal): -4685713 or 7307448. OLE color: 7307448.

HSL color Cylindrical-coordinate representation of color #B8806F: hue angle of 13.97º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8806F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 111 -
CMYK 0 0.30 0.40 0.28
HSL 13.97º 0.34% 0.58% -
HSV(B) 13.97º 0.4% 0.72% -
XYZ 30.36 26.78 18.61 -
YUV 142.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 184 128 111 0 0.30 0.40 0.28 13.97 0.34 0.58
Hex B8 80 6F 0 1E 28 1C E 22 3A
Octal 270 200 157 0 36 50 34 16 42 72
Binary 10111000 10000000 1101111 0 11110 101000 11100 1110 100010 111010

Color Harmonies of #B8806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8806F

Black with #B8806F

Text Example


Text Example

White with #B8806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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