#B08A84

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

Shades of Brandy Rose #B08A84

Tints of Brandy Rose #B08A84

Color information

#B08A84 (or 0xB08A84) is unknown color: approx Brandy Rose. HEX triplet: B0, 8A and 84. RGB value is (176,138,132). Sum of RGB (Red+Green+Blue) = 176+138+132=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A84 is #4F757B. Grayscale: #949494. Windows color (decimal): -5207420 or 8686256. OLE color: 8686256.

HSL color Cylindrical-coordinate representation of color #B08A84: hue angle of 8.18º 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 #B08A84 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB176138132-
CMYK00.220.250.31
HSL8.18º21.78%60.39%-
HSV(B)8.18º25%69.02%-
XYZ31.1629.0725.8-
YUV148.68118.59147.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=39.46%
G=30.94%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613813200.220.250.318.1821.7860.39
HexB08A84016191F8163c
Octal2602122040263137102674
Binary1011000010001010100001000101101100111111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A84; }

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

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

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

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

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

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

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

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