Html Css Color HEX #B37241 Bourbon

📋 copy color: '#B37241'

red 179 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #B37241

Tints of Bourbon #B37241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 50%
G = 31.84%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37241 (or 0xB37241) is known color: Bourbon. HEX triplet: B3, 72 and 41. RGB value is (179,114,65). Sum of RGB (Red+Green+Blue) = 179+114+65=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B37241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37241 is #4C8DBE. Grayscale: #808080. Windows color (decimal): -5017023 or 4289203. OLE color: 4289203.

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

Color convert

RGB 179 114 65 -
CMYK 0 0.36 0.64 0.30
HSL 25.79º 0.47% 0.48% -
HSV(B) 25.79º 0.64% 0.7% -
XYZ 25.56 22 7.9 -
YUV 127.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 179 114 65 0 0.36 0.64 0.30 25.79 0.47 0.48
Hex B3 72 41 0 24 40 1E 1A 2F 30
Octal 263 162 101 0 44 100 36 32 57 60
Binary 10110011 1110010 1000001 0 100100 1000000 11110 11010 101111 110000

Color Harmonies of #B37241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37241

Black with #B37241

Text Example


Text Example

White with #B37241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37241; }

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

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

background-color css

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

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

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

border-color css

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

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

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