#B88174

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

Shades of Brandy Rose #B88174

Tints of Brandy Rose #B88174

Color information

#B88174 (or 0xB88174) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 74. RGB value is (184,129,116). Sum of RGB (Red+Green+Blue) = 184+129+116=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B88174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88174 is #477E8B. Grayscale: #909090. Windows color (decimal): -4685452 or 7635384. OLE color: 7635384.

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

Color convert

RGB184129116-
CMYK00.300.370.28
HSL11.47º32.38%58.82%-
HSV(B)11.47º36.96%72.16%-
XYZ30.7727.1520.14-
YUV143.96112.22156.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=42.89%
G=30.07%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412911600.300.370.2811.4732.3858.82
HexB8817401E251Cb203b
Octal2702011640364534134073
Binary10111000100000011110100011110100101111001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88174; }

 p { color: rgb(184,129,116); }

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

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

 a { background-color: rgb(184,129,116); }

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

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

 span { border-color: rgb(184,129,116); }

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