Html Css Color HEX #B16E3C Bourbon

📋 copy color: '#B16E3C'

red 177 ◦ green 110 ◦ blue 60

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

Shades of Bourbon #B16E3C

Tints of Bourbon #B16E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 51.01%
G = 31.7%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B16E3C (or 0xB16E3C) is known color: Bourbon. HEX triplet: B1, 6E and 3C. RGB value is (177,110,60). Sum of RGB (Red+Green+Blue) = 177+110+60=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E3C is #4E91C3. Grayscale: #7C7C7C. Windows color (decimal): -5149124 or 3960497. OLE color: 3960497.

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

Color convert

RGB 177 110 60 -
CMYK 0 0.38 0.66 0.31
HSL 25.64º 0.49% 0.46% -
HSV(B) 25.64º 0.66% 0.69% -
XYZ 24.52 20.83 7 -
YUV 124.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 177 110 60 0 0.38 0.66 0.31 25.64 0.49 0.46
Hex B1 6E 3C 0 26 42 1F 1A 31 2E
Octal 261 156 74 0 46 102 37 32 61 56
Binary 10110001 1101110 111100 0 100110 1000010 11111 11010 110001 101110

Color Harmonies of #B16E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E3C

Black with #B16E3C

Text Example


Text Example

White with #B16E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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