#B88072

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

Shades of Brandy Rose #B88072

Tints of Brandy Rose #B88072

Color information

#B88072 (or 0xB88072) is unknown color: approx Brandy Rose. HEX triplet: B8, 80 and 72. RGB value is (184,128,114). Sum of RGB (Red+Green+Blue) = 184+128+114=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88072 is #477F8D. Grayscale: #8F8F8F. Windows color (decimal): -4685710 or 7504056. OLE color: 7504056.

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

Color convert

RGB184128114-
CMYK00.300.380.28
HSL12º33.02%58.43%-
HSV(B)12º38.04%72.16%-
XYZ30.5226.8419.49-
YUV143.15111.55157.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=43.19%
G=30.05%
B=26.76%

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
Decimal18412811400.300.380.281233.0258.43
HexB8807201E261Cc213a
Octal2702001620364634144172
Binary10111000100000001110010011110100110111001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88072; }

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

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

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

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

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

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

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

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