#B37E7E

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

Shades of Brandy Rose #B37E7E

Tints of Brandy Rose #B37E7E

Color information

#B37E7E (or 0xB37E7E) is unknown color: approx Brandy Rose. HEX triplet: B3, 7E and 7E. RGB value is (179,126,126). Sum of RGB (Red+Green+Blue) = 179+126+126=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E7E is #4C8181. Grayscale: #8D8D8D. Windows color (decimal): -5013890 or 8289971. OLE color: 8289971.

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

Color convert

RGB179126126-
CMYK00.300.300.30
HSL25.85%59.8%-
HSV(B)29.61%70.2%-
XYZ29.8226.0123.19-
YUV141.85119.06154.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=41.53%
G=29.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912612600.300.300.30025.8559.8
HexB37E7E01E1E1E01a3c
Octal263176176036363603274
Binary10110011111111011111100111101111011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E7E; }

 p { color: rgb(179,126,126); }

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

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

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

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

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

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

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