Html Css Color HEX #B47041 Bourbon

📋 copy color: '#B47041'

red 180 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #B47041

Tints of Bourbon #B47041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.21%

R = 50.42%
G = 31.37%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47041 (or 0xB47041) is known color: Bourbon. HEX triplet: B4, 70 and 41. RGB value is (180,112,65). Sum of RGB (Red+Green+Blue) = 180+112+65=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B47041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47041 is #4B8FBE. Grayscale: #7F7F7F. Windows color (decimal): -4951999 or 4288692. OLE color: 4288692.

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

Color convert

RGB 180 112 65 -
CMYK 0 0.38 0.64 0.29
HSL 24.52º 0.47% 0.48% -
HSV(B) 24.52º 0.64% 0.71% -
XYZ 25.57 21.67 7.84 -
YUV 126.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 180 112 65 0 0.38 0.64 0.29 24.52 0.47 0.48
Hex B4 70 41 0 26 40 1D 19 2F 30
Octal 264 160 101 0 46 100 35 31 57 60
Binary 10110100 1110000 1000001 0 100110 1000000 11101 11001 101111 110000

Color Harmonies of #B47041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47041

Black with #B47041

Text Example


Text Example

White with #B47041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47041; }

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

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

background-color css

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

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

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

border-color css

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

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

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