Html Css Color HEX #B37244 Bourbon

📋 copy color: '#B37244'

red 179 ◦ green 114 ◦ blue 68

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

Shades of Bourbon #B37244

Tints of Bourbon #B37244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 49.58%
G = 31.58%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B37244 (or 0xB37244) is known color: Bourbon. HEX triplet: B3, 72 and 44. RGB value is (179,114,68). Sum of RGB (Red+Green+Blue) = 179+114+68=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37244 is #4C8DBB. Grayscale: #808080. Windows color (decimal): -5017020 or 4485811. OLE color: 4485811.

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

Color convert

RGB 179 114 68 -
CMYK 0 0.36 0.62 0.30
HSL 24.86º 0.45% 0.48% -
HSV(B) 24.86º 0.62% 0.7% -
XYZ 25.65 22.04 8.37 -
YUV 128.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 179 114 68 0 0.36 0.62 0.30 24.86 0.45 0.48
Hex B3 72 44 0 24 3E 1E 19 2D 30
Octal 263 162 104 0 44 76 36 31 55 60
Binary 10110011 1110010 1000100 0 100100 111110 11110 11001 101101 110000

Color Harmonies of #B37244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37244

Black with #B37244

Text Example


Text Example

White with #B37244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37244; }

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

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

background-color css

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

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

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

border-color css

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

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

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