Html Css Color HEX #B37148 Bourbon

📋 copy color: '#B37148'

red 179 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #B37148

Tints of Bourbon #B37148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 49.18%
G = 31.04%
B = 19.78%

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

#B37148 (or 0xB37148) is known color: Bourbon. HEX triplet: B3, 71 and 48. RGB value is (179,113,72). Sum of RGB (Red+Green+Blue) = 179+113+72=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B37148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37148 is #4C8EB7. Grayscale: #808080. Windows color (decimal): -5017272 or 4747699. OLE color: 4747699.

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

Color convert

RGB 179 113 72 -
CMYK 0 0.37 0.60 0.30
HSL 22.99º 0.43% 0.49% -
HSV(B) 22.99º 0.6% 0.7% -
XYZ 25.67 21.86 9 -
YUV 128.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 179 113 72 0 0.37 0.60 0.30 22.99 0.43 0.49
Hex B3 71 48 0 25 3C 1E 17 2B 31
Octal 263 161 110 0 45 74 36 27 53 61
Binary 10110011 1110001 1001000 0 100101 111100 11110 10111 101011 110001

Color Harmonies of #B37148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37148

Black with #B37148

Text Example


Text Example

White with #B37148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37148; }

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

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

background-color css

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

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

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

border-color css

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

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

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