#B08983

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

Shades of Brandy Rose #B08983

Tints of Brandy Rose #B08983

Color information

#B08983 (or 0xB08983) is unknown color: approx Brandy Rose. HEX triplet: B0, 89 and 83. RGB value is (176,137,131). Sum of RGB (Red+Green+Blue) = 176+137+131=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08983 is #4F767C. Grayscale: #949494. Windows color (decimal): -5207677 or 8620464. OLE color: 8620464.

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

Color convert

RGB176137131-
CMYK00.220.260.31
HSL22.17%60.2%-
HSV(B)25.57%69.02%-
XYZ30.9528.7625.39-
YUV147.98118.42147.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=39.64%
G=30.86%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613713100.220.260.31822.1760.2
HexB089830161A1F8163c
Octal2602112030263237102674
Binary1011000010001001100000110101101101011111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08983; }

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

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

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

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

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

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

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

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