#B38A81

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

Shades of Brandy Rose #B38A81

Tints of Brandy Rose #B38A81

Color information

#B38A81 (or 0xB38A81) is unknown color: approx Brandy Rose. HEX triplet: B3, 8A and 81. RGB value is (179,138,129). Sum of RGB (Red+Green+Blue) = 179+138+129=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A81 is #4C757E. Grayscale: #959595. Windows color (decimal): -5010815 or 8489651. OLE color: 8489651.

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

Color convert

RGB179138129-
CMYK00.230.280.30
HSL10.8º24.75%60.39%-
HSV(B)10.8º27.93%70.2%-
XYZ31.6429.3524.77-
YUV149.23116.58149.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=40.13%
G=30.94%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913812900.230.280.3010.824.7560.39
HexB38A810171C1Eb193c
Octal2632122010273436133174
Binary1011001110001010100000010101111110011110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A81; }

 p { color: rgb(179,138,129); }

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

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

 a { background-color: rgb(179,138,129); }

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

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

 span { border-color: rgb(179,138,129); }

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