#B38783

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

Shades of Brandy Rose #B38783

Tints of Brandy Rose #B38783

Color information

#B38783 (or 0xB38783) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 83. RGB value is (179,135,131). Sum of RGB (Red+Green+Blue) = 179+135+131=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38783 is #4C787C. Grayscale: #939393. Windows color (decimal): -5011581 or 8619955. OLE color: 8619955.

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

Color convert

RGB179135131-
CMYK00.250.270.30
HSL24%60.78%-
HSV(B)26.82%70.2%-
XYZ31.3528.5525.33-
YUV147.7118.58150.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=40.22%
G=30.34%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913513100.250.270.3052460.78
HexB387830191B1E5183d
Octal263207203031333653075
Binary101100111000011110000011011001110111111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38783; }

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

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

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

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

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

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

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

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