Html Css Color HEX #B16636 Bourbon

📋 copy color: '#B16636'

red 177 ◦ green 102 ◦ blue 54

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

Shades of Bourbon #B16636

Tints of Bourbon #B16636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 54 (21.48% from 255) = 16.22%

R = 53.15%
G = 30.63%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B16636 (or 0xB16636) is known color: Bourbon. HEX triplet: B1, 66 and 36. RGB value is (177,102,54). Sum of RGB (Red+Green+Blue) = 177+102+54=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16636 is #4E99C9. Grayscale: #777777. Windows color (decimal): -5151178 or 3565233. OLE color: 3565233.

HSL color Cylindrical-coordinate representation of color #B16636: hue angle of 23.41º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B16636 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 54 -
CMYK 0 0.42 0.69 0.31
HSL 23.41º 0.53% 0.45% -
HSV(B) 23.41º 0.69% 0.69% -
XYZ 23.55 19.12 5.94 -
YUV 118.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 177 102 54 0 0.42 0.69 0.31 23.41 0.53 0.45
Hex B1 66 36 0 2A 45 1F 17 35 2D
Octal 261 146 66 0 52 105 37 27 65 55
Binary 10110001 1100110 110110 0 101010 1000101 11111 10111 110101 101101

Color Harmonies of #B16636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16636

Black with #B16636

Text Example


Text Example

White with #B16636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16636; }

 p { color: rgb(177,102,54); }

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

background-color css

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

 a { background-color: rgb(177,102,54); }

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

border-color css

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

 span { border-color: rgb(177,102,54); }

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