#B38A83

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

Shades of Brandy Rose #B38A83

Tints of Brandy Rose #B38A83

Color information

#B38A83 (or 0xB38A83) is unknown color: approx Brandy Rose. HEX triplet: B3, 8A and 83. RGB value is (179,138,131). Sum of RGB (Red+Green+Blue) = 179+138+131=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A83 is #4C757C. Grayscale: #959595. Windows color (decimal): -5010813 or 8620723. OLE color: 8620723.

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

Color convert

RGB179138131-
CMYK00.230.270.30
HSL8.75º24%60.78%-
HSV(B)8.75º26.82%70.2%-
XYZ31.7829.425.47-
YUV149.46117.58149.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=39.96%
G=30.80%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913813100.230.270.308.752460.78
HexB38A830171B1E9183d
Octal2632122030273336113075
Binary1011001110001010100000110101111101111110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A83; }

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

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

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

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

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

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

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

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