#B38780

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

Shades of Brandy Rose #B38780

Tints of Brandy Rose #B38780

Color information

#B38780 (or 0xB38780) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 80. RGB value is (179,135,128). Sum of RGB (Red+Green+Blue) = 179+135+128=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B38780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38780 is #4C787F. Grayscale: #939393. Windows color (decimal): -5011584 or 8423347. OLE color: 8423347.

HSL color Cylindrical-coordinate representation of color #B38780: hue angle of 8.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38780 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179135128-
CMYK00.250.280.30
HSL8.24º25.12%60.2%-
HSV(B)8.24º28.49%70.2%-
XYZ31.1528.4724.28-
YUV147.36117.08150.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=40.50%
G=30.54%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913512800.250.280.308.2425.1260.2
HexB387800191C1E8193c
Octal2632072000313436103174
Binary1011001110000111100000000110011110011110100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38780; }

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

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

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

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

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

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

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

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