Html Css Color HEX #B16940 Bourbon

📋 copy color: '#B16940'

red 177 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #B16940

Tints of Bourbon #B16940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 51.16%
G = 30.35%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B16940 (or 0xB16940) is known color: Bourbon. HEX triplet: B1, 69 and 40. RGB value is (177,105,64). Sum of RGB (Red+Green+Blue) = 177+105+64=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16940 is #4E96BF. Grayscale: #7A7A7A. Windows color (decimal): -5150400 or 4221361. OLE color: 4221361.

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

Color convert

RGB 177 105 64 -
CMYK 0 0.41 0.64 0.31
HSL 21.77º 0.47% 0.47% -
HSV(B) 21.77º 0.64% 0.69% -
XYZ 24.11 19.82 7.41 -
YUV 121.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 177 105 64 0 0.41 0.64 0.31 21.77 0.47 0.47
Hex B1 69 40 0 29 40 1F 16 2F 2F
Octal 261 151 100 0 51 100 37 26 57 57
Binary 10110001 1101001 1000000 0 101001 1000000 11111 10110 101111 101111

Color Harmonies of #B16940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16940

Black with #B16940

Text Example


Text Example

White with #B16940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16940; }

 p { color: rgb(177,105,64); }

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

background-color css

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

 a { background-color: rgb(177,105,64); }

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

border-color css

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

 span { border-color: rgb(177,105,64); }

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