Html Css Color HEX #B16438 Bourbon

📋 copy color: '#B16438'

red 177 ◦ green 100 ◦ blue 56

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

Shades of Bourbon #B16438

Tints of Bourbon #B16438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 53.15%
G = 30.03%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B16438 (or 0xB16438) is known color: Bourbon. HEX triplet: B1, 64 and 38. RGB value is (177,100,56). Sum of RGB (Red+Green+Blue) = 177+100+56=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16438 is #4E9BC7. Grayscale: #767676. Windows color (decimal): -5151688 or 3695793. OLE color: 3695793.

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

Color convert

RGB 177 100 56 -
CMYK 0 0.44 0.68 0.31
HSL 21.82º 0.52% 0.46% -
HSV(B) 21.82º 0.68% 0.69% -
XYZ 23.4 18.75 6.13 -
YUV 118.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 177 100 56 0 0.44 0.68 0.31 21.82 0.52 0.46
Hex B1 64 38 0 2C 44 1F 16 34 2E
Octal 261 144 70 0 54 104 37 26 64 56
Binary 10110001 1100100 111000 0 101100 1000100 11111 10110 110100 101110

Color Harmonies of #B16438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16438

Black with #B16438

Text Example


Text Example

White with #B16438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16438; }

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

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

background-color css

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

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

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

border-color css

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

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

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