Html Css Color HEX #B16C3B Bourbon

📋 copy color: '#B16C3B'

red 177 ◦ green 108 ◦ blue 59

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

Shades of Bourbon #B16C3B

Tints of Bourbon #B16C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 51.45%
G = 31.4%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B16C3B (or 0xB16C3B) is known color: Bourbon. HEX triplet: B1, 6C and 3B. RGB value is (177,108,59). Sum of RGB (Red+Green+Blue) = 177+108+59=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C3B is #4E93C4. Grayscale: #7B7B7B. Windows color (decimal): -5149637 or 3894449. OLE color: 3894449.

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

Color convert

RGB 177 108 59 -
CMYK 0 0.39 0.67 0.31
HSL 24.92º 0.5% 0.46% -
HSV(B) 24.92º 0.67% 0.69% -
XYZ 24.28 20.39 6.79 -
YUV 123.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 177 108 59 0 0.39 0.67 0.31 24.92 0.5 0.46
Hex B1 6C 3B 0 27 43 1F 19 32 2E
Octal 261 154 73 0 47 103 37 31 62 56
Binary 10110001 1101100 111011 0 100111 1000011 11111 11001 110010 101110

Color Harmonies of #B16C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C3B

Black with #B16C3B

Text Example


Text Example

White with #B16C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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