Html Css Color HEX #B16838 Bourbon

📋 copy color: '#B16838'

red 177 ◦ green 104 ◦ blue 56

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

Shades of Bourbon #B16838

Tints of Bourbon #B16838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

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

R = 52.52%
G = 30.86%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B16838 (or 0xB16838) is known color: Bourbon. HEX triplet: B1, 68 and 38. RGB value is (177,104,56). Sum of RGB (Red+Green+Blue) = 177+104+56=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B16838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16838 is #4E97C7. Grayscale: #787878. Windows color (decimal): -5150664 or 3696817. OLE color: 3696817.

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

Color convert

RGB 177 104 56 -
CMYK 0 0.41 0.68 0.31
HSL 23.8º 0.52% 0.46% -
HSV(B) 23.8º 0.68% 0.69% -
XYZ 23.8 19.53 6.26 -
YUV 120.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 177 104 56 0 0.41 0.68 0.31 23.8 0.52 0.46
Hex B1 68 38 0 29 44 1F 18 34 2E
Octal 261 150 70 0 51 104 37 30 64 56
Binary 10110001 1101000 111000 0 101001 1000100 11111 11000 110100 101110

Color Harmonies of #B16838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16838

Black with #B16838

Text Example


Text Example

White with #B16838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16838; }

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

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

background-color css

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

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

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

border-color css

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

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

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