Html Css Color HEX #B37040 Bourbon

📋 copy color: '#B37040'

red 179 ◦ green 112 ◦ blue 64

#B37040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B37040

Tints of Bourbon #B37040

RGB

 RED value IS 179 (70.31% from 255) = 50.42%

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 50.42%
G = 31.55%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37040 (or 0xB37040) is known color: Bourbon. HEX triplet: B3, 70 and 40. RGB value is (179,112,64). Sum of RGB (Red+Green+Blue) = 179+112+64=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B37040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37040 is #4C8FBF. Grayscale: #7E7E7E. Windows color (decimal): -5017536 or 4223155. OLE color: 4223155.

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

Color convert

RGB 179 112 64 -
CMYK 0 0.37 0.64 0.30
HSL 25.04º 0.47% 0.48% -
HSV(B) 25.04º 0.64% 0.7% -
XYZ 25.31 21.54 7.67 -
YUV 126.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 179 112 64 0 0.37 0.64 0.30 25.04 0.47 0.48
Hex B3 70 40 0 25 40 1E 19 2F 30
Octal 263 160 100 0 45 100 36 31 57 60
Binary 10110011 1110000 1000000 0 100101 1000000 11110 11001 101111 110000

Color Harmonies of #B37040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37040

Black with #B37040

Text Example


Text Example

White with #B37040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37040; }

 p { color: rgb(179,112,64); }

 H1.HeaderClassName
 {
   color: #B37040;
 }
 .AnyTagClassName
 {
   color: #B37040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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