Html Css Color HEX #B16F3A Bourbon

📋 copy color: '#B16F3A'

red 177 ◦ green 111 ◦ blue 58

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

Shades of Bourbon #B16F3A

Tints of Bourbon #B16F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 51.16%
G = 32.08%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B16F3A (or 0xB16F3A) is known color: Bourbon. HEX triplet: B1, 6F and 3A. RGB value is (177,111,58). Sum of RGB (Red+Green+Blue) = 177+111+58=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F3A is #4E90C5. Grayscale: #7C7C7C. Windows color (decimal): -5148870 or 3829681. OLE color: 3829681.

HSL color Cylindrical-coordinate representation of color #B16F3A: hue angle of 26.72º degrees, saturation: 0.51, 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 #B16F3A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 111 58 -
CMYK 0 0.37 0.67 0.31
HSL 26.72º 0.51% 0.46% -
HSV(B) 26.72º 0.67% 0.69% -
XYZ 24.58 21.02 6.77 -
YUV 124.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 177 111 58 0 0.37 0.67 0.31 26.72 0.51 0.46
Hex B1 6F 3A 0 25 43 1F 1B 33 2E
Octal 261 157 72 0 45 103 37 33 63 56
Binary 10110001 1101111 111010 0 100101 1000011 11111 11011 110011 101110

Color Harmonies of #B16F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F3A

Black with #B16F3A

Text Example


Text Example

White with #B16F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F3A; }

 p { color: rgb(177,111,58); }

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

background-color css

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

 a { background-color: rgb(177,111,58); }

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

border-color css

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

 span { border-color: rgb(177,111,58); }

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