#B38A79

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

Shades of Brandy Rose #B38A79

Tints of Brandy Rose #B38A79

Color information

#B38A79 (or 0xB38A79) is unknown color: approx Brandy Rose. HEX triplet: B3, 8A and 79. RGB value is (179,138,121). Sum of RGB (Red+Green+Blue) = 179+138+121=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A79 is #4C7586. Grayscale: #949494. Windows color (decimal): -5010823 or 7965363. OLE color: 7965363.

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

Color convert

RGB179138121-
CMYK00.230.320.30
HSL17.59º27.62%58.82%-
HSV(B)17.59º32.4%70.2%-
XYZ31.1329.1422.07-
YUV148.32112.58149.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=40.87%
G=31.51%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913812100.230.320.3017.5927.6258.82
HexB38A79017201E121c3b
Octal2632121710274036223473
Binary10110011100010101111001010111100000111101001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A79; }

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

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

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

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

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

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

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

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