Html Css Color HEX #B16941 Bourbon

📋 copy color: '#B16941'

red 177 ◦ green 105 ◦ blue 65

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

Shades of Bourbon #B16941

Tints of Bourbon #B16941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 51.01%
G = 30.26%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16941 (or 0xB16941) is known color: Bourbon. HEX triplet: B1, 69 and 41. RGB value is (177,105,65). Sum of RGB (Red+Green+Blue) = 177+105+65=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16941 is #4E96BE. Grayscale: #7A7A7A. Windows color (decimal): -5150399 or 4286897. OLE color: 4286897.

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

Color convert

RGB 177 105 65 -
CMYK 0 0.41 0.63 0.31
HSL 21.43º 0.46% 0.47% -
HSV(B) 21.43º 0.63% 0.69% -
XYZ 24.14 19.83 7.56 -
YUV 121.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 177 105 65 0 0.41 0.63 0.31 21.43 0.46 0.47
Hex B1 69 41 0 29 3F 1F 15 2E 2F
Octal 261 151 101 0 51 77 37 25 56 57
Binary 10110001 1101001 1000001 0 101001 111111 11111 10101 101110 101111

Color Harmonies of #B16941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16941

Black with #B16941

Text Example


Text Example

White with #B16941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16941; }

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

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

background-color css

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

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

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

border-color css

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

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

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