Html Css Color HEX #B16C3F Bourbon

📋 copy color: '#B16C3F'

red 177 ◦ green 108 ◦ blue 63

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

Shades of Bourbon #B16C3F

Tints of Bourbon #B16C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.1%

R = 50.86%
G = 31.03%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B16C3F (or 0xB16C3F) is known color: Bourbon. HEX triplet: B1, 6C and 3F. RGB value is (177,108,63). Sum of RGB (Red+Green+Blue) = 177+108+63=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C3F is #4E93C0. Grayscale: #7B7B7B. Windows color (decimal): -5149633 or 4156593. OLE color: 4156593.

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

Color convert

RGB 177 108 63 -
CMYK 0 0.39 0.64 0.31
HSL 23.68º 0.48% 0.47% -
HSV(B) 23.68º 0.64% 0.69% -
XYZ 24.39 20.43 7.36 -
YUV 123.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 177 108 63 0 0.39 0.64 0.31 23.68 0.48 0.47
Hex B1 6C 3F 0 27 40 1F 18 30 2F
Octal 261 154 77 0 47 100 37 30 60 57
Binary 10110001 1101100 111111 0 100111 1000000 11111 11000 110000 101111

Color Harmonies of #B16C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C3F

Black with #B16C3F

Text Example


Text Example

White with #B16C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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