#B37C6A

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

Shades of Brandy Rose #B37C6A

Tints of Brandy Rose #B37C6A

Color information

#B37C6A (or 0xB37C6A) is unknown color: approx Brandy Rose. HEX triplet: B3, 7C and 6A. RGB value is (179,124,106). Sum of RGB (Red+Green+Blue) = 179+124+106=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C6A is #4C8395. Grayscale: #8A8A8A. Windows color (decimal): -5014422 or 6978739. OLE color: 6978739.

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

Color convert

RGB179124106-
CMYK00.310.410.30
HSL14.79º32.44%55.88%-
HSV(B)14.79º40.78%70.2%-
XYZ28.425.0416.97-
YUV138.39109.72156.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=43.77%
G=30.32%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912410600.310.410.3014.7932.4455.88
HexB37C6A01F291Ef2038
Octal2631741520375136174070
Binary1011001111111001101010011111101001111101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C6A; }

 p { color: rgb(179,124,106); }

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

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

 a { background-color: rgb(179,124,106); }

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

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

 span { border-color: rgb(179,124,106); }

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