#B37B6C

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

Shades of Brandy Rose #B37B6C

Tints of Brandy Rose #B37B6C

Color information

#B37B6C (or 0xB37B6C) is unknown color: approx Brandy Rose. HEX triplet: B3, 7B and 6C. RGB value is (179,123,108). Sum of RGB (Red+Green+Blue) = 179+123+108=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B6C is #4C8493. Grayscale: #8A8A8A. Windows color (decimal): -5014676 or 7109555. OLE color: 7109555.

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

Color convert

RGB179123108-
CMYK00.310.400.30
HSL12.68º31.84%56.27%-
HSV(B)12.68º39.66%70.2%-
XYZ28.3824.8317.48-
YUV138.03111.05157.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=43.66%
G=30%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912310800.310.400.3012.6831.8456.27
HexB37B6C01F281Ed2038
Octal2631731540375036154070
Binary1011001111110111101100011111101000111101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B6C; }

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

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

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

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

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

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

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

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