Html Css Color HEX #B16C42 Bourbon

📋 copy color: '#B16C42'

red 177 ◦ green 108 ◦ blue 66

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

Shades of Bourbon #B16C42

Tints of Bourbon #B16C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 50.43%
G = 30.77%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16C42 (or 0xB16C42) is known color: Bourbon. HEX triplet: B1, 6C and 42. RGB value is (177,108,66). Sum of RGB (Red+Green+Blue) = 177+108+66=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C42 is #4E93BD. Grayscale: #7C7C7C. Windows color (decimal): -5149630 or 4353201. OLE color: 4353201.

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

Color convert

RGB 177 108 66 -
CMYK 0 0.39 0.63 0.31
HSL 22.7º 0.46% 0.48% -
HSV(B) 22.7º 0.63% 0.69% -
XYZ 24.48 20.47 7.81 -
YUV 123.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 177 108 66 0 0.39 0.63 0.31 22.7 0.46 0.48
Hex B1 6C 42 0 27 3F 1F 17 2E 30
Octal 261 154 102 0 47 77 37 27 56 60
Binary 10110001 1101100 1000010 0 100111 111111 11111 10111 101110 110000

Color Harmonies of #B16C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C42

Black with #B16C42

Text Example


Text Example

White with #B16C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C42; }

 p { color: rgb(177,108,66); }

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

background-color css

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

 a { background-color: rgb(177,108,66); }

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

border-color css

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

 span { border-color: rgb(177,108,66); }

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