Html Css Color HEX #B47047 Bourbon

📋 copy color: '#B47047'

red 180 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #B47047

Tints of Bourbon #B47047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 49.59%
G = 30.85%
B = 19.56%

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

#B47047 (or 0xB47047) is known color: Bourbon. HEX triplet: B4, 70 and 47. RGB value is (180,112,71). Sum of RGB (Red+Green+Blue) = 180+112+71=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B47047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47047 is #4B8FB8. Grayscale: #7F7F7F. Windows color (decimal): -4951993 or 4681908. OLE color: 4681908.

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

Color convert

RGB 180 112 71 -
CMYK 0 0.38 0.61 0.29
HSL 22.57º 0.43% 0.49% -
HSV(B) 22.57º 0.61% 0.71% -
XYZ 25.75 21.75 8.8 -
YUV 127.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 180 112 71 0 0.38 0.61 0.29 22.57 0.43 0.49
Hex B4 70 47 0 26 3D 1D 17 2B 31
Octal 264 160 107 0 46 75 35 27 53 61
Binary 10110100 1110000 1000111 0 100110 111101 11101 10111 101011 110001

Color Harmonies of #B47047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47047

Black with #B47047

Text Example


Text Example

White with #B47047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47047; }

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

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

background-color css

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

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

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

border-color css

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

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

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