#B88073

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

Shades of Brandy Rose #B88073

Tints of Brandy Rose #B88073

Color information

#B88073 (or 0xB88073) is unknown color: approx Brandy Rose. HEX triplet: B8, 80 and 73. RGB value is (184,128,115). Sum of RGB (Red+Green+Blue) = 184+128+115=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88073 is #477F8C. Grayscale: #8F8F8F. Windows color (decimal): -4685709 or 7569592. OLE color: 7569592.

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

Color convert

RGB184128115-
CMYK00.300.380.28
HSL11.3º32.7%58.63%-
HSV(B)11.3º37.5%72.16%-
XYZ30.5826.8719.79-
YUV143.26112.05157.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=43.09%
G=29.98%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412811500.300.380.2811.332.758.63
HexB8807301E261Cb213b
Octal2702001630364634134173
Binary10111000100000001110011011110100110111001011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88073; }

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

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

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

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

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

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

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

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