Html Css Color HEX #B16B41 Bourbon

📋 copy color: '#B16B41'

red 177 ◦ green 107 ◦ blue 65

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

Shades of Bourbon #B16B41

Tints of Bourbon #B16B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 50.72%
G = 30.66%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16B41 (or 0xB16B41) is known color: Bourbon. HEX triplet: B1, 6B and 41. RGB value is (177,107,65). Sum of RGB (Red+Green+Blue) = 177+107+65=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B41 is #4E94BE. Grayscale: #7B7B7B. Windows color (decimal): -5149887 or 4287409. OLE color: 4287409.

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

Color convert

RGB 177 107 65 -
CMYK 0 0.40 0.63 0.31
HSL 22.5º 0.46% 0.47% -
HSV(B) 22.5º 0.63% 0.69% -
XYZ 24.34 20.24 7.63 -
YUV 123.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 177 107 65 0 0.40 0.63 0.31 22.5 0.46 0.47
Hex B1 6B 41 0 28 3F 1F 16 2E 2F
Octal 261 153 101 0 50 77 37 26 56 57
Binary 10110001 1101011 1000001 0 101000 111111 11111 10110 101110 101111

Color Harmonies of #B16B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B41

Black with #B16B41

Text Example


Text Example

White with #B16B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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