#B38174

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

Shades of Brandy Rose #B38174

Tints of Brandy Rose #B38174

Color information

#B38174 (or 0xB38174) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 74. RGB value is (179,129,116). Sum of RGB (Red+Green+Blue) = 179+129+116=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B38174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38174 is #4C7E8B. Grayscale: #8E8E8E. Windows color (decimal): -5013132 or 7635379. OLE color: 7635379.

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

Color convert

RGB179129116-
CMYK00.280.350.30
HSL12.38º29.3%57.84%-
HSV(B)12.38º35.2%70.2%-
XYZ29.5926.5520.09-
YUV142.47113.06154.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=42.22%
G=30.42%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912911600.280.350.3012.3829.357.84
HexB3817401C231Ec1d3a
Octal2632011640344336143572
Binary1011001110000001111010001110010001111110110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38174; }

 p { color: rgb(179,129,116); }

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

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

 a { background-color: rgb(179,129,116); }

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

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

 span { border-color: rgb(179,129,116); }

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