#B38A7E

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

Shades of Brandy Rose #B38A7E

Tints of Brandy Rose #B38A7E

Color information

#B38A7E (or 0xB38A7E) is unknown color: approx Brandy Rose. HEX triplet: B3, 8A and 7E. RGB value is (179,138,126). Sum of RGB (Red+Green+Blue) = 179+138+126=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A7E is #4C7581. Grayscale: #949494. Windows color (decimal): -5010818 or 8293043. OLE color: 8293043.

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

Color convert

RGB179138126-
CMYK00.230.300.30
HSL13.58º25.85%59.8%-
HSV(B)13.58º29.61%70.2%-
XYZ31.4429.2723.73-
YUV148.89115.08149.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=40.41%
G=31.15%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913812600.230.300.3013.5825.8559.8
HexB38A7E0171E1Ee1a3c
Octal2632121760273636163274
Binary101100111000101011111100101111111011110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A7E; }

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

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

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

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

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

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

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

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