Html Css Color HEX #B16E3E Bourbon

📋 copy color: '#B16E3E'

red 177 ◦ green 110 ◦ blue 62

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

Shades of Bourbon #B16E3E

Tints of Bourbon #B16E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 50.72%
G = 31.52%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B16E3E (or 0xB16E3E) is known color: Bourbon. HEX triplet: B1, 6E and 3E. RGB value is (177,110,62). Sum of RGB (Red+Green+Blue) = 177+110+62=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E3E is #4E91C1. Grayscale: #7C7C7C. Windows color (decimal): -5149122 or 4091569. OLE color: 4091569.

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

Color convert

RGB 177 110 62 -
CMYK 0 0.38 0.65 0.31
HSL 25.04º 0.48% 0.47% -
HSV(B) 25.04º 0.65% 0.69% -
XYZ 24.58 20.85 7.29 -
YUV 124.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 177 110 62 0 0.38 0.65 0.31 25.04 0.48 0.47
Hex B1 6E 3E 0 26 41 1F 19 30 2F
Octal 261 156 76 0 46 101 37 31 60 57
Binary 10110001 1101110 111110 0 100110 1000001 11111 11001 110000 101111

Color Harmonies of #B16E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E3E

Black with #B16E3E

Text Example


Text Example

White with #B16E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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