Html Css Color HEX #B16E48 Bourbon

📋 copy color: '#B16E48'

red 177 ◦ green 110 ◦ blue 72

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

Shades of Bourbon #B16E48

Tints of Bourbon #B16E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 49.3%
G = 30.64%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B16E48 (or 0xB16E48) is known color: Bourbon. HEX triplet: B1, 6E and 48. RGB value is (177,110,72). Sum of RGB (Red+Green+Blue) = 177+110+72=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E48 is #4E91B7. Grayscale: #7D7D7D. Windows color (decimal): -5149112 or 4746929. OLE color: 4746929.

HSL color Cylindrical-coordinate representation of color #B16E48: hue angle of 21.71º 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 #B16E48 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 72 -
CMYK 0 0.38 0.59 0.31
HSL 21.71º 0.42% 0.49% -
HSV(B) 21.71º 0.59% 0.69% -
XYZ 24.88 20.97 8.87 -
YUV 125.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 177 110 72 0 0.38 0.59 0.31 21.71 0.42 0.49
Hex B1 6E 48 0 26 3B 1F 16 2A 31
Octal 261 156 110 0 46 73 37 26 52 61
Binary 10110001 1101110 1001000 0 100110 111011 11111 10110 101010 110001

Color Harmonies of #B16E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E48

Black with #B16E48

Text Example


Text Example

White with #B16E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E48; }

 p { color: rgb(177,110,72); }

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

background-color css

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

 a { background-color: rgb(177,110,72); }

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

border-color css

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

 span { border-color: rgb(177,110,72); }

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