#B88D82

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

Shades of Brandy Rose #B88D82

Tints of Brandy Rose #B88D82

Color information

#B88D82 (or 0xB88D82) is unknown color: approx Brandy Rose. HEX triplet: B8, 8D and 82. RGB value is (184,141,130). Sum of RGB (Red+Green+Blue) = 184+141+130=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D82 is #47727D. Grayscale: #989898. Windows color (decimal): -4682366 or 8555960. OLE color: 8555960.

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

Color convert

RGB184141130-
CMYK00.230.290.28
HSL12.22º27.55%61.57%-
HSV(B)12.22º29.35%72.16%-
XYZ33.3230.8525.32-
YUV152.6115.25150.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=40.44%
G=30.99%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414113000.230.290.2812.2227.5561.57
HexB88D820171D1Cc1c3e
Octal2702152020273534143476
Binary1011100010001101100000100101111110111100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D82; }

 p { color: rgb(184,141,130); }

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

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

 a { background-color: rgb(184,141,130); }

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

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

 span { border-color: rgb(184,141,130); }

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