#B38483

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

Shades of Brandy Rose #B38483

Tints of Brandy Rose #B38483

Color information

#B38483 (or 0xB38483) is unknown color: approx Brandy Rose. HEX triplet: B3, 84 and 83. RGB value is (179,132,131). Sum of RGB (Red+Green+Blue) = 179+132+131=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B38483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38483 is #4C7B7C. Grayscale: #919191. Windows color (decimal): -5012349 or 8619187. OLE color: 8619187.

HSL color Cylindrical-coordinate representation of color #B38483: hue angle of 1.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38483 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179132131-
CMYK00.260.270.30
HSL1.25º24%60.78%-
HSV(B)1.25º26.82%70.2%-
XYZ30.9427.7225.19-
YUV145.94119.57151.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=40.50%
G=29.86%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913213100.260.270.301.252460.78
HexB3848301A1B1E1183d
Octal263204203032333613075
Binary1011001110000100100000110110101101111110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38483; }

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

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

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

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

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

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

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

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