#B38B85

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

Shades of Brandy Rose #B38B85

Tints of Brandy Rose #B38B85

Color information

#B38B85 (or 0xB38B85) is unknown color: approx Brandy Rose. HEX triplet: B3, 8B and 85. RGB value is (179,139,133). Sum of RGB (Red+Green+Blue) = 179+139+133=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B85 is #4C747A. Grayscale: #969696. Windows color (decimal): -5010555 or 8752051. OLE color: 8752051.

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

Color convert

RGB179139133-
CMYK00.220.260.30
HSL7.83º23.23%61.18%-
HSV(B)7.83º25.7%70.2%-
XYZ32.0629.7426.24-
YUV150.28118.25148.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=39.69%
G=30.82%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913913300.220.260.307.8323.2361.18
HexB38B850161A1E8173d
Octal2632132050263236102775
Binary1011001110001011100001010101101101011110100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B85; }

 p { color: rgb(179,139,133); }

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

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

 a { background-color: rgb(179,139,133); }

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

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

 span { border-color: rgb(179,139,133); }

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