Html Css Color HEX #B16E45 Bourbon

📋 copy color: '#B16E45'

red 177 ◦ green 110 ◦ blue 69

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

Shades of Bourbon #B16E45

Tints of Bourbon #B16E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 49.72%
G = 30.9%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B16E45 (or 0xB16E45) is known color: Bourbon. HEX triplet: B1, 6E and 45. RGB value is (177,110,69). Sum of RGB (Red+Green+Blue) = 177+110+69=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E45 is #4E91BA. Grayscale: #7D7D7D. Windows color (decimal): -5149115 or 4550321. OLE color: 4550321.

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

Color convert

RGB 177 110 69 -
CMYK 0 0.38 0.61 0.31
HSL 22.78º 0.44% 0.48% -
HSV(B) 22.78º 0.61% 0.69% -
XYZ 24.78 20.93 8.36 -
YUV 125.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 177 110 69 0 0.38 0.61 0.31 22.78 0.44 0.48
Hex B1 6E 45 0 26 3D 1F 17 2C 30
Octal 261 156 105 0 46 75 37 27 54 60
Binary 10110001 1101110 1000101 0 100110 111101 11111 10111 101100 110000

Color Harmonies of #B16E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E45

Black with #B16E45

Text Example


Text Example

White with #B16E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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