#B37D6A

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

Shades of Brandy Rose #B37D6A

Tints of Brandy Rose #B37D6A

Color information

#B37D6A (or 0xB37D6A) is unknown color: approx Brandy Rose. HEX triplet: B3, 7D and 6A. RGB value is (179,125,106). Sum of RGB (Red+Green+Blue) = 179+125+106=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D6A is #4C8295. Grayscale: #8B8B8B. Windows color (decimal): -5014166 or 6978995. OLE color: 6978995.

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

Color convert

RGB179125106-
CMYK00.300.410.30
HSL15.62º32.44%55.88%-
HSV(B)15.62º40.78%70.2%-
XYZ28.5325.2917.01-
YUV138.98109.39156.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=43.66%
G=30.49%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912510600.300.410.3015.6232.4455.88
HexB37D6A01E291E102038
Octal2631751520365136204070
Binary10110011111110111010100111101010011111010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D6A; }

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

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

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

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

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

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

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

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