Html Css Color HEX #B37340 Bourbon

📋 copy color: '#B37340'

red 179 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #B37340

Tints of Bourbon #B37340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 50%
G = 32.12%
B = 17.88%

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

#B37340 (or 0xB37340) is known color: Bourbon. HEX triplet: B3, 73 and 40. RGB value is (179,115,64). Sum of RGB (Red+Green+Blue) = 179+115+64=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B37340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37340 is #4C8CBF. Grayscale: #808080. Windows color (decimal): -5016768 or 4223923. OLE color: 4223923.

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

Color convert

RGB 179 115 64 -
CMYK 0 0.36 0.64 0.30
HSL 26.61º 0.47% 0.48% -
HSV(B) 26.61º 0.64% 0.7% -
XYZ 25.65 22.22 7.79 -
YUV 128.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 179 115 64 0 0.36 0.64 0.30 26.61 0.47 0.48
Hex B3 73 40 0 24 40 1E 1B 2F 30
Octal 263 163 100 0 44 100 36 33 57 60
Binary 10110011 1110011 1000000 0 100100 1000000 11110 11011 101111 110000

Color Harmonies of #B37340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37340

Black with #B37340

Text Example


Text Example

White with #B37340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37340; }

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

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

background-color css

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

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

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

border-color css

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

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

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