#B88470

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

Shades of Brandy Rose #B88470

Tints of Brandy Rose #B88470

Color information

#B88470 (or 0xB88470) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 70. RGB value is (184,132,112). Sum of RGB (Red+Green+Blue) = 184+132+112=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B88470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88470 is #477B8F. Grayscale: #919191. Windows color (decimal): -4684688 or 7374008. OLE color: 7374008.

HSL color Cylindrical-coordinate representation of color #B88470: hue angle of 16.67º degrees, saturation: 0.34, 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 #B88470 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184132112-
CMYK00.280.390.28
HSL16.67º33.64%58.04%-
HSV(B)16.67º39.13%72.16%-
XYZ30.9427.8619.08-
YUV145.27109.23155.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=42.99%
G=30.84%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413211200.280.390.2816.6733.6458.04
HexB8847001C271C11223a
Octal2702041600344734214272
Binary101110001000010011100000111001001111110010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88470; }

 p { color: rgb(184,132,112); }

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

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

 a { background-color: rgb(184,132,112); }

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

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

 span { border-color: rgb(184,132,112); }

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