Html Css Color HEX #B17444 Bourbon

📋 copy color: '#B17444'

red 177 ◦ green 116 ◦ blue 68

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

Shades of Bourbon #B17444

Tints of Bourbon #B17444

RGB

 RED value IS 177 (69.53% from 255) = 49.03%

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

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 49.03%
G = 32.13%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B17444 (or 0xB17444) is known color: Bourbon. HEX triplet: B1, 74 and 44. RGB value is (177,116,68). Sum of RGB (Red+Green+Blue) = 177+116+68=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17444 is #4E8BBB. Grayscale: #818181. Windows color (decimal): -5147580 or 4486321. OLE color: 4486321.

HSL color Cylindrical-coordinate representation of color #B17444: hue angle of 26.42º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B17444 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 68 -
CMYK 0 0.34 0.62 0.31
HSL 26.42º 0.44% 0.48% -
HSV(B) 26.42º 0.62% 0.69% -
XYZ 25.42 22.26 8.42 -
YUV 128.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 177 116 68 0 0.34 0.62 0.31 26.42 0.44 0.48
Hex B1 74 44 0 22 3E 1F 1A 2C 30
Octal 261 164 104 0 42 76 37 32 54 60
Binary 10110001 1110100 1000100 0 100010 111110 11111 11010 101100 110000

Color Harmonies of #B17444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17444

Black with #B17444

Text Example


Text Example

White with #B17444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17444; }

 p { color: rgb(177,116,68); }

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

background-color css

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

 a { background-color: rgb(177,116,68); }

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

border-color css

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

 span { border-color: rgb(177,116,68); }

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