Html Css Color HEX #B16538 Bourbon

📋 copy color: '#B16538'

red 177 ◦ green 101 ◦ blue 56

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

Shades of Bourbon #B16538

Tints of Bourbon #B16538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 52.99%
G = 30.24%
B = 16.77%

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

#B16538 (or 0xB16538) is known color: Bourbon. HEX triplet: B1, 65 and 38. RGB value is (177,101,56). Sum of RGB (Red+Green+Blue) = 177+101+56=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B16538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16538 is #4E9AC7. Grayscale: #767676. Windows color (decimal): -5151432 or 3696049. OLE color: 3696049.

HSL color Cylindrical-coordinate representation of color #B16538: hue angle of 22.31º degrees, saturation: 0.52, 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 #B16538 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 56 -
CMYK 0 0.43 0.68 0.31
HSL 22.31º 0.52% 0.46% -
HSV(B) 22.31º 0.68% 0.69% -
XYZ 23.5 18.94 6.16 -
YUV 118.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 177 101 56 0 0.43 0.68 0.31 22.31 0.52 0.46
Hex B1 65 38 0 2B 44 1F 16 34 2E
Octal 261 145 70 0 53 104 37 26 64 56
Binary 10110001 1100101 111000 0 101011 1000100 11111 10110 110100 101110

Color Harmonies of #B16538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16538

Black with #B16538

Text Example


Text Example

White with #B16538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16538; }

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

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

background-color css

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

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

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

border-color css

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

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

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