#B18483

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

Shades of Brandy Rose #B18483

Tints of Brandy Rose #B18483

Color information

#B18483 (or 0xB18483) is unknown color: approx Brandy Rose. HEX triplet: B1, 84 and 83. RGB value is (177,132,131). Sum of RGB (Red+Green+Blue) = 177+132+131=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B18483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18483 is #4E7B7C. Grayscale: #919191. Windows color (decimal): -5143421 or 8619185. OLE color: 8619185.

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

Color convert

RGB177132131-
CMYK00.250.260.31
HSL1.3º22.77%60.39%-
HSV(B)1.3º25.99%69.41%-
XYZ30.4827.4925.17-
YUV145.34119.91150.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=40.23%
G=30%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713213100.250.260.311.322.7760.39
HexB184830191A1F1173c
Octal261204203031323712774
Binary1011000110000100100000110110011101011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18483; }

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

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

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

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

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

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

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

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