Html Css Color HEX #B47043 Bourbon

📋 copy color: '#B47043'

red 180 ◦ green 112 ◦ blue 67

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

Shades of Bourbon #B47043

Tints of Bourbon #B47043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 50.14%
G = 31.2%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B47043 (or 0xB47043) is known color: Bourbon. HEX triplet: B4, 70 and 43. RGB value is (180,112,67). Sum of RGB (Red+Green+Blue) = 180+112+67=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B47043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47043 is #4B8FBC. Grayscale: #7F7F7F. Windows color (decimal): -4951997 or 4419764. OLE color: 4419764.

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

Color convert

RGB 180 112 67 -
CMYK 0 0.38 0.63 0.29
HSL 23.89º 0.46% 0.48% -
HSV(B) 23.89º 0.63% 0.71% -
XYZ 25.63 21.7 8.15 -
YUV 127.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 180 112 67 0 0.38 0.63 0.29 23.89 0.46 0.48
Hex B4 70 43 0 26 3F 1D 18 2E 30
Octal 264 160 103 0 46 77 35 30 56 60
Binary 10110100 1110000 1000011 0 100110 111111 11101 11000 101110 110000

Color Harmonies of #B47043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47043

Black with #B47043

Text Example


Text Example

White with #B47043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47043; }

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

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

background-color css

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

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

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

border-color css

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

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

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