Html Css Color HEX #B16D48 Bourbon

📋 copy color: '#B16D48'

red 177 ◦ green 109 ◦ blue 72

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

Shades of Bourbon #B16D48

Tints of Bourbon #B16D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 49.44%
G = 30.45%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B16D48 (or 0xB16D48) is known color: Bourbon. HEX triplet: B1, 6D and 48. RGB value is (177,109,72). Sum of RGB (Red+Green+Blue) = 177+109+72=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D48 is #4E92B7. Grayscale: #7D7D7D. Windows color (decimal): -5149368 or 4746673. OLE color: 4746673.

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

Color convert

RGB 177 109 72 -
CMYK 0 0.38 0.59 0.31
HSL 21.14º 0.42% 0.49% -
HSV(B) 21.14º 0.59% 0.69% -
XYZ 24.77 20.75 8.83 -
YUV 125.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 177 109 72 0 0.38 0.59 0.31 21.14 0.42 0.49
Hex B1 6D 48 0 26 3B 1F 15 2A 31
Octal 261 155 110 0 46 73 37 25 52 61
Binary 10110001 1101101 1001000 0 100110 111011 11111 10101 101010 110001

Color Harmonies of #B16D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D48

Black with #B16D48

Text Example


Text Example

White with #B16D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D48; }

 p { color: rgb(177,109,72); }

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

background-color css

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

 a { background-color: rgb(177,109,72); }

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

border-color css

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

 span { border-color: rgb(177,109,72); }

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