#B88671

Color #B88671 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B88671

Tints of Brandy Rose #B88671

Color information

#B88671 (or 0xB88671) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 71. RGB value is (184,134,113). Sum of RGB (Red+Green+Blue) = 184+134+113=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88671 is #47798E. Grayscale: #929292. Windows color (decimal): -4684175 or 7440056. OLE color: 7440056.

HSL color Cylindrical-coordinate representation of color #B88671: hue angle of 17.75º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88671 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184134113-
CMYK00.270.390.28
HSL17.75º33.33%58.24%-
HSV(B)17.75º38.59%72.16%-
XYZ31.2728.4319.46-
YUV146.56109.06154.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=42.69%
G=31.09%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413411300.270.390.2817.7533.3358.24
HexB8867101B271C12213a
Octal2702061610334734224172
Binary101110001000011011100010110111001111110010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88671; }

 p { color: rgb(184,134,113); }

 H1.HeaderClassName
 {
   color: #B88671;
 }
 .AnyTagClassName
 {
   color: #B88671;
 }
</style>
background-color css

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

 a { background-color: rgb(184,134,113); }

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

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

 span { border-color: rgb(184,134,113); }

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