Html Css Color HEX #B16A3F Bourbon

📋 copy color: '#B16A3F'

red 177 ◦ green 106 ◦ blue 63

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

Shades of Bourbon #B16A3F

Tints of Bourbon #B16A3F

RGB

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

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

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

R = 51.16%
G = 30.64%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B16A3F (or 0xB16A3F) is known color: Bourbon. HEX triplet: B1, 6A and 3F. RGB value is (177,106,63). Sum of RGB (Red+Green+Blue) = 177+106+63=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A3F is #4E95C0. Grayscale: #7A7A7A. Windows color (decimal): -5150145 or 4156081. OLE color: 4156081.

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

Color convert

RGB 177 106 63 -
CMYK 0 0.40 0.64 0.31
HSL 22.63º 0.48% 0.47% -
HSV(B) 22.63º 0.64% 0.69% -
XYZ 24.18 20.01 7.29 -
YUV 122.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 177 106 63 0 0.40 0.64 0.31 22.63 0.48 0.47
Hex B1 6A 3F 0 28 40 1F 17 30 2F
Octal 261 152 77 0 50 100 37 27 60 57
Binary 10110001 1101010 111111 0 101000 1000000 11111 10111 110000 101111

Color Harmonies of #B16A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A3F

Black with #B16A3F

Text Example


Text Example

White with #B16A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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