#B38B79

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

Shades of Brandy Rose #B38B79

Tints of Brandy Rose #B38B79

Color information

#B38B79 (or 0xB38B79) is unknown color: approx Brandy Rose. HEX triplet: B3, 8B and 79. RGB value is (179,139,121). Sum of RGB (Red+Green+Blue) = 179+139+121=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B79 is #4C7486. Grayscale: #959595. Windows color (decimal): -5010567 or 7965619. OLE color: 7965619.

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

Color convert

RGB179139121-
CMYK00.220.320.30
HSL18.62º27.62%58.82%-
HSV(B)18.62º32.4%70.2%-
XYZ31.2729.4322.12-
YUV148.91112.25149.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=40.77%
G=31.66%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913912100.220.320.3018.6227.6258.82
HexB38B79016201E131c3b
Octal2632131710264036233473
Binary10110011100010111111001010110100000111101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B79; }

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

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

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

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

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

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

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

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