Html Css Color HEX #B37047 Bourbon

📋 copy color: '#B37047'

red 179 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #B37047

Tints of Bourbon #B37047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.61%

R = 49.45%
G = 30.94%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B37047 (or 0xB37047) is known color: Bourbon. HEX triplet: B3, 70 and 47. RGB value is (179,112,71). Sum of RGB (Red+Green+Blue) = 179+112+71=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B37047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37047 is #4C8FB8. Grayscale: #7F7F7F. Windows color (decimal): -5017529 or 4681907. OLE color: 4681907.

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

Color convert

RGB 179 112 71 -
CMYK 0 0.37 0.60 0.30
HSL 22.78º 0.43% 0.49% -
HSV(B) 22.78º 0.6% 0.7% -
XYZ 25.52 21.63 8.79 -
YUV 127.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 179 112 71 0 0.37 0.60 0.30 22.78 0.43 0.49
Hex B3 70 47 0 25 3C 1E 17 2B 31
Octal 263 160 107 0 45 74 36 27 53 61
Binary 10110011 1110000 1000111 0 100101 111100 11110 10111 101011 110001

Color Harmonies of #B37047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37047

Black with #B37047

Text Example


Text Example

White with #B37047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37047; }

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

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

background-color css

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

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

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

border-color css

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

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

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