#B08D83

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

Shades of Brandy Rose #B08D83

Tints of Brandy Rose #B08D83

Color information

#B08D83 (or 0xB08D83) is unknown color: approx Brandy Rose. HEX triplet: B0, 8D and 83. RGB value is (176,141,131). Sum of RGB (Red+Green+Blue) = 176+141+131=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D83 is #4F727C. Grayscale: #969696. Windows color (decimal): -5206653 or 8621488. OLE color: 8621488.

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

Color convert

RGB176141131-
CMYK00.200.260.31
HSL13.33º22.17%60.2%-
HSV(B)13.33º25.57%69.02%-
XYZ31.5329.9225.59-
YUV150.32117.1146.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=39.29%
G=31.47%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614113100.200.260.3113.3322.1760.2
HexB08D830141A1Fd163c
Octal2602152030243237152674
Binary1011000010001101100000110101001101011111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D83; }

 p { color: rgb(176,141,131); }

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

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

 a { background-color: rgb(176,141,131); }

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

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

 span { border-color: rgb(176,141,131); }

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