#B08785

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

Shades of Brandy Rose #B08785

Tints of Brandy Rose #B08785

Color information

#B08785 (or 0xB08785) is unknown color: approx Brandy Rose. HEX triplet: B0, 87 and 85. RGB value is (176,135,133). Sum of RGB (Red+Green+Blue) = 176+135+133=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08785 is #4F787A. Grayscale: #939393. Windows color (decimal): -5208187 or 8751024. OLE color: 8751024.

HSL color Cylindrical-coordinate representation of color #B08785: hue angle of 2.79º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08785 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176135133-
CMYK00.230.240.31
HSL2.79º21.39%60.59%-
HSV(B)2.79º24.43%69.02%-
XYZ30.828.2526.02-
YUV147.03120.08148.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=39.64%
G=30.41%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613513300.230.240.312.7921.3960.59
HexB08785017181F3153d
Octal260207205027303732575
Binary10110000100001111000010101011111000111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08785; }

 p { color: rgb(176,135,133); }

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

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

 a { background-color: rgb(176,135,133); }

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

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

 span { border-color: rgb(176,135,133); }

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