Html Css Color HEX #B17149 Bourbon

📋 copy color: '#B17149'

red 177 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #B17149

Tints of Bourbon #B17149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 48.76%
G = 31.13%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B17149 (or 0xB17149) is known color: Bourbon. HEX triplet: B1, 71 and 49. RGB value is (177,113,73). Sum of RGB (Red+Green+Blue) = 177+113+73=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17149 is #4E8EB6. Grayscale: #7F7F7F. Windows color (decimal): -5148343 or 4813233. OLE color: 4813233.

HSL color Cylindrical-coordinate representation of color #B17149: hue angle of 23.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B17149 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 73 -
CMYK 0 0.36 0.59 0.31
HSL 23.08º 0.42% 0.49% -
HSV(B) 23.08º 0.59% 0.69% -
XYZ 25.24 21.64 9.15 -
YUV 127.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 177 113 73 0 0.36 0.59 0.31 23.08 0.42 0.49
Hex B1 71 49 0 24 3B 1F 17 2A 31
Octal 261 161 111 0 44 73 37 27 52 61
Binary 10110001 1110001 1001001 0 100100 111011 11111 10111 101010 110001

Color Harmonies of #B17149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17149

Black with #B17149

Text Example


Text Example

White with #B17149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17149; }

 p { color: rgb(177,113,73); }

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

background-color css

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

 a { background-color: rgb(177,113,73); }

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

border-color css

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

 span { border-color: rgb(177,113,73); }

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