Html Css Color HEX #B16539 Bourbon

📋 copy color: '#B16539'

red 177 ◦ green 101 ◦ blue 57

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

Shades of Bourbon #B16539

Tints of Bourbon #B16539

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 52.84%
G = 30.15%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B16539 (or 0xB16539) is known color: Bourbon. HEX triplet: B1, 65 and 39. RGB value is (177,101,57). Sum of RGB (Red+Green+Blue) = 177+101+57=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B16539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16539 is #4E9AC6. Grayscale: #767676. Windows color (decimal): -5151431 or 3761585. OLE color: 3761585.

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

Color convert

RGB 177 101 57 -
CMYK 0 0.43 0.68 0.31
HSL 22º 0.51% 0.46% -
HSV(B) 22º 0.68% 0.69% -
XYZ 23.52 18.95 6.29 -
YUV 118.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 177 101 57 0 0.43 0.68 0.31 22 0.51 0.46
Hex B1 65 39 0 2B 44 1F 16 33 2E
Octal 261 145 71 0 53 104 37 26 63 56
Binary 10110001 1100101 111001 0 101011 1000100 11111 10110 110011 101110

Color Harmonies of #B16539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16539

Black with #B16539

Text Example


Text Example

White with #B16539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16539; }

 p { color: rgb(177,101,57); }

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

background-color css

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

 a { background-color: rgb(177,101,57); }

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

border-color css

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

 span { border-color: rgb(177,101,57); }

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