Html Css Color HEX #B47049 Bourbon

📋 copy color: '#B47049'

red 180 ◦ green 112 ◦ blue 73

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

Shades of Bourbon #B47049

Tints of Bourbon #B47049

RGB

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

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

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

R = 49.32%
G = 30.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B47049 (or 0xB47049) is known color: Bourbon. HEX triplet: B4, 70 and 49. RGB value is (180,112,73). Sum of RGB (Red+Green+Blue) = 180+112+73=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47049 is #4B8FB6. Grayscale: #808080. Windows color (decimal): -4951991 or 4812980. OLE color: 4812980.

HSL color Cylindrical-coordinate representation of color #B47049: hue angle of 21.87º 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 #B47049 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 73 -
CMYK 0 0.38 0.59 0.29
HSL 21.87º 0.42% 0.5% -
HSV(B) 21.87º 0.59% 0.71% -
XYZ 25.82 21.77 9.15 -
YUV 127.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 180 112 73 0 0.38 0.59 0.29 21.87 0.42 0.5
Hex B4 70 49 0 26 3B 1D 16 2A 32
Octal 264 160 111 0 46 73 35 26 52 62
Binary 10110100 1110000 1001001 0 100110 111011 11101 10110 101010 110010

Color Harmonies of #B47049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47049

Black with #B47049

Text Example


Text Example

White with #B47049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47049; }

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

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

background-color css

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

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

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

border-color css

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

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

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