#B37F6C

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

Shades of Brandy Rose #B37F6C

Tints of Brandy Rose #B37F6C

Color information

#B37F6C (or 0xB37F6C) is unknown color: approx Brandy Rose. HEX triplet: B3, 7F and 6C. RGB value is (179,127,108). Sum of RGB (Red+Green+Blue) = 179+127+108=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F6C is #4C8093. Grayscale: #8C8C8C. Windows color (decimal): -5013652 or 7110579. OLE color: 7110579.

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

Color convert

RGB179127108-
CMYK00.290.400.30
HSL16.06º31.84%56.27%-
HSV(B)16.06º39.66%70.2%-
XYZ28.8925.8517.65-
YUV140.38109.73155.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=43.24%
G=30.68%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912710800.290.400.3016.0631.8456.27
HexB37F6C01D281E102038
Octal2631771540355036204070
Binary10110011111111111011000111011010001111010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F6C; }

 p { color: rgb(179,127,108); }

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

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

 a { background-color: rgb(179,127,108); }

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

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

 span { border-color: rgb(179,127,108); }

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