Html Css Color HEX #B47441 Bourbon

📋 copy color: '#B47441'

red 180 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #B47441

Tints of Bourbon #B47441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 49.86%
G = 32.13%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47441 (or 0xB47441) is known color: Bourbon. HEX triplet: B4, 74 and 41. RGB value is (180,116,65). Sum of RGB (Red+Green+Blue) = 180+116+65=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B47441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47441 is #4B8BBE. Grayscale: #818181. Windows color (decimal): -4950975 or 4289716. OLE color: 4289716.

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

Color convert

RGB 180 116 65 -
CMYK 0 0.36 0.64 0.29
HSL 26.61º 0.47% 0.48% -
HSV(B) 26.61º 0.64% 0.71% -
XYZ 26.02 22.58 7.99 -
YUV 129.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 180 116 65 0 0.36 0.64 0.29 26.61 0.47 0.48
Hex B4 74 41 0 24 40 1D 1B 2F 30
Octal 264 164 101 0 44 100 35 33 57 60
Binary 10110100 1110100 1000001 0 100100 1000000 11101 11011 101111 110000

Color Harmonies of #B47441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47441

Black with #B47441

Text Example


Text Example

White with #B47441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47441; }

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

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

background-color css

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

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

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

border-color css

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

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

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