Html Css Color HEX #B16E3D Bourbon

📋 copy color: '#B16E3D'

red 177 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #B16E3D

Tints of Bourbon #B16E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 50.86%
G = 31.61%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B16E3D (or 0xB16E3D) is known color: Bourbon. HEX triplet: B1, 6E and 3D. RGB value is (177,110,61). Sum of RGB (Red+Green+Blue) = 177+110+61=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E3D is #4E91C2. Grayscale: #7C7C7C. Windows color (decimal): -5149123 or 4026033. OLE color: 4026033.

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

Color convert

RGB 177 110 61 -
CMYK 0 0.38 0.66 0.31
HSL 25.34º 0.49% 0.47% -
HSV(B) 25.34º 0.66% 0.69% -
XYZ 24.55 20.84 7.14 -
YUV 124.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 177 110 61 0 0.38 0.66 0.31 25.34 0.49 0.47
Hex B1 6E 3D 0 26 42 1F 19 31 2F
Octal 261 156 75 0 46 102 37 31 61 57
Binary 10110001 1101110 111101 0 100110 1000010 11111 11001 110001 101111

Color Harmonies of #B16E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E3D

Black with #B16E3D

Text Example


Text Example

White with #B16E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E3D; }

 p { color: rgb(177,110,61); }

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

background-color css

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

 a { background-color: rgb(177,110,61); }

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

border-color css

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

 span { border-color: rgb(177,110,61); }

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