#B08C84

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

Shades of Brandy Rose #B08C84

Tints of Brandy Rose #B08C84

Color information

#B08C84 (or 0xB08C84) is unknown color: approx Brandy Rose. HEX triplet: B0, 8C and 84. RGB value is (176,140,132). Sum of RGB (Red+Green+Blue) = 176+140+132=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C84 is #4F737B. Grayscale: #959595. Windows color (decimal): -5206908 or 8686768. OLE color: 8686768.

HSL color Cylindrical-coordinate representation of color #B08C84: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B08C84 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176140132-
CMYK00.200.250.31
HSL10.91º21.78%60.39%-
HSV(B)10.91º25%69.02%-
XYZ31.4529.6525.9-
YUV149.85117.93146.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=39.29%
G=31.25%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614013200.200.250.3110.9121.7860.39
HexB08C84014191Fb163c
Octal2602142040243137132674
Binary1011000010001100100001000101001100111111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C84; }

 p { color: rgb(176,140,132); }

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

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

 a { background-color: rgb(176,140,132); }

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

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

 span { border-color: rgb(176,140,132); }

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