Html Css Color HEX #B16A3C Bourbon

📋 copy color: '#B16A3C'

red 177 ◦ green 106 ◦ blue 60

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

Shades of Bourbon #B16A3C

Tints of Bourbon #B16A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 51.6%
G = 30.9%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B16A3C (or 0xB16A3C) is known color: Bourbon. HEX triplet: B1, 6A and 3C. RGB value is (177,106,60). Sum of RGB (Red+Green+Blue) = 177+106+60=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A3C is #4E95C3. Grayscale: #7A7A7A. Windows color (decimal): -5150148 or 3959473. OLE color: 3959473.

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

Color convert

RGB 177 106 60 -
CMYK 0 0.40 0.66 0.31
HSL 23.59º 0.49% 0.46% -
HSV(B) 23.59º 0.66% 0.69% -
XYZ 24.1 19.98 6.86 -
YUV 121.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 177 106 60 0 0.40 0.66 0.31 23.59 0.49 0.46
Hex B1 6A 3C 0 28 42 1F 18 31 2E
Octal 261 152 74 0 50 102 37 30 61 56
Binary 10110001 1101010 111100 0 101000 1000010 11111 11000 110001 101110

Color Harmonies of #B16A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A3C

Black with #B16A3C

Text Example


Text Example

White with #B16A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A3C; }

 p { color: rgb(177,106,60); }

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

background-color css

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

 a { background-color: rgb(177,106,60); }

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

border-color css

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

 span { border-color: rgb(177,106,60); }

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