Html Css Color HEX #B37144 Bourbon

📋 copy color: '#B37144'

red 179 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #B37144

Tints of Bourbon #B37144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 49.72%
G = 31.39%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B37144 (or 0xB37144) is known color: Bourbon. HEX triplet: B3, 71 and 44. RGB value is (179,113,68). Sum of RGB (Red+Green+Blue) = 179+113+68=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B37144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37144 is #4C8EBB. Grayscale: #7F7F7F. Windows color (decimal): -5017276 or 4485555. OLE color: 4485555.

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

Color convert

RGB 179 113 68 -
CMYK 0 0.37 0.62 0.30
HSL 24.32º 0.45% 0.48% -
HSV(B) 24.32º 0.62% 0.7% -
XYZ 25.54 21.81 8.33 -
YUV 127.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 179 113 68 0 0.37 0.62 0.30 24.32 0.45 0.48
Hex B3 71 44 0 25 3E 1E 18 2D 30
Octal 263 161 104 0 45 76 36 30 55 60
Binary 10110011 1110001 1000100 0 100101 111110 11110 11000 101101 110000

Color Harmonies of #B37144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37144

Black with #B37144

Text Example


Text Example

White with #B37144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37144; }

 p { color: rgb(179,113,68); }

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

background-color css

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

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

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

border-color css

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

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

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