Html Css Color HEX #B16F3E Bourbon

📋 copy color: '#B16F3E'

red 177 ◦ green 111 ◦ blue 62

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

Shades of Bourbon #B16F3E

Tints of Bourbon #B16F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 50.57%
G = 31.71%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B16F3E (or 0xB16F3E) is known color: Bourbon. HEX triplet: B1, 6F and 3E. RGB value is (177,111,62). Sum of RGB (Red+Green+Blue) = 177+111+62=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F3E is #4E90C1. Grayscale: #7D7D7D. Windows color (decimal): -5148866 or 4091825. OLE color: 4091825.

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

Color convert

RGB 177 111 62 -
CMYK 0 0.37 0.65 0.31
HSL 25.57º 0.48% 0.47% -
HSV(B) 25.57º 0.65% 0.69% -
XYZ 24.69 21.06 7.32 -
YUV 125.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 177 111 62 0 0.37 0.65 0.31 25.57 0.48 0.47
Hex B1 6F 3E 0 25 41 1F 1A 30 2F
Octal 261 157 76 0 45 101 37 32 60 57
Binary 10110001 1101111 111110 0 100101 1000001 11111 11010 110000 101111

Color Harmonies of #B16F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F3E

Black with #B16F3E

Text Example


Text Example

White with #B16F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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