Html Css Color HEX #B47046 Bourbon

📋 copy color: '#B47046'

red 180 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #B47046

Tints of Bourbon #B47046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 49.72%
G = 30.94%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B47046 (or 0xB47046) is known color: Bourbon. HEX triplet: B4, 70 and 46. RGB value is (180,112,70). Sum of RGB (Red+Green+Blue) = 180+112+70=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B47046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47046 is #4B8FB9. Grayscale: #7F7F7F. Windows color (decimal): -4951994 or 4616372. OLE color: 4616372.

HSL color Cylindrical-coordinate representation of color #B47046: hue angle of 22.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B47046 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 70 -
CMYK 0 0.38 0.61 0.29
HSL 22.91º 0.44% 0.49% -
HSV(B) 22.91º 0.61% 0.71% -
XYZ 25.72 21.73 8.63 -
YUV 127.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 180 112 70 0 0.38 0.61 0.29 22.91 0.44 0.49
Hex B4 70 46 0 26 3D 1D 17 2C 31
Octal 264 160 106 0 46 75 35 27 54 61
Binary 10110100 1110000 1000110 0 100110 111101 11101 10111 101100 110001

Color Harmonies of #B47046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47046

Black with #B47046

Text Example


Text Example

White with #B47046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47046; }

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

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

background-color css

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

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

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

border-color css

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

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

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