#B88475

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

Shades of Brandy Rose #B88475

Tints of Brandy Rose #B88475

Color information

#B88475 (or 0xB88475) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 75. RGB value is (184,132,117). Sum of RGB (Red+Green+Blue) = 184+132+117=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B88475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88475 is #477B8A. Grayscale: #919191. Windows color (decimal): -4684683 or 7701688. OLE color: 7701688.

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

Color convert

RGB184132117-
CMYK00.280.360.28
HSL13.43º32.06%59.02%-
HSV(B)13.43º36.41%72.16%-
XYZ31.2327.9820.58-
YUV145.84111.73155.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=42.49%
G=30.48%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413211700.280.360.2813.4332.0659.02
HexB8847501C241Cd203b
Octal2702041650344434154073
Binary10111000100001001110101011100100100111001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88475; }

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

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

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

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

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

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

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

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