Html Css Color HEX #B47149 Bourbon

📋 copy color: '#B47149'

red 180 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #B47149

Tints of Bourbon #B47149

RGB

 RED value IS 180 (70.7% from 255) = 49.18%

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

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 49.18%
G = 30.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B47149 (or 0xB47149) is known color: Bourbon. HEX triplet: B4, 71 and 49. RGB value is (180,113,73). Sum of RGB (Red+Green+Blue) = 180+113+73=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47149 is #4B8EB6. Grayscale: #808080. Windows color (decimal): -4951735 or 4813236. OLE color: 4813236.

HSL color Cylindrical-coordinate representation of color #B47149: hue angle of 22.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B47149 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 113 73 -
CMYK 0 0.37 0.59 0.29
HSL 22.43º 0.42% 0.5% -
HSV(B) 22.43º 0.59% 0.71% -
XYZ 25.93 21.99 9.18 -
YUV 128.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 180 113 73 0 0.37 0.59 0.29 22.43 0.42 0.5
Hex B4 71 49 0 25 3B 1D 16 2A 32
Octal 264 161 111 0 45 73 35 26 52 62
Binary 10110100 1110001 1001001 0 100101 111011 11101 10110 101010 110010

Color Harmonies of #B47149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47149

Black with #B47149

Text Example


Text Example

White with #B47149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47149; }

 p { color: rgb(180,113,73); }

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

background-color css

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

 a { background-color: rgb(180,113,73); }

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

border-color css

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

 span { border-color: rgb(180,113,73); }

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