Html Css Color HEX #B16841 Bourbon

📋 copy color: '#B16841'

red 177 ◦ green 104 ◦ blue 65

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

Shades of Bourbon #B16841

Tints of Bourbon #B16841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 51.16%
G = 30.06%
B = 18.79%

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

#B16841 (or 0xB16841) is known color: Bourbon. HEX triplet: B1, 68 and 41. RGB value is (177,104,65). Sum of RGB (Red+Green+Blue) = 177+104+65=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16841 is #4E97BE. Grayscale: #797979. Windows color (decimal): -5150655 or 4286641. OLE color: 4286641.

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

Color convert

RGB 177 104 65 -
CMYK 0 0.41 0.63 0.31
HSL 20.89º 0.46% 0.47% -
HSV(B) 20.89º 0.63% 0.69% -
XYZ 24.04 19.63 7.52 -
YUV 121.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 177 104 65 0 0.41 0.63 0.31 20.89 0.46 0.47
Hex B1 68 41 0 29 3F 1F 15 2E 2F
Octal 261 150 101 0 51 77 37 25 56 57
Binary 10110001 1101000 1000001 0 101001 111111 11111 10101 101110 101111

Color Harmonies of #B16841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16841

Black with #B16841

Text Example


Text Example

White with #B16841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16841; }

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

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

background-color css

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

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

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

border-color css

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

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

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