#B18983

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

Shades of Brandy Rose #B18983

Tints of Brandy Rose #B18983

Color information

#B18983 (or 0xB18983) is unknown color: approx Brandy Rose. HEX triplet: B1, 89 and 83. RGB value is (177,137,131). Sum of RGB (Red+Green+Blue) = 177+137+131=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18983 is #4E767C. Grayscale: #949494. Windows color (decimal): -5142141 or 8620465. OLE color: 8620465.

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

Color convert

RGB177137131-
CMYK00.230.260.31
HSL7.83º22.77%60.39%-
HSV(B)7.83º25.99%69.41%-
XYZ31.1728.8825.4-
YUV148.28118.25148.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=39.78%
G=30.79%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713713100.230.260.317.8322.7760.39
HexB189830171A1F8173c
Octal2612112030273237102774
Binary1011000110001001100000110101111101011111100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18983; }

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

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

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

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

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

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

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

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