Html Css Color HEX #B17347 Bourbon

📋 copy color: '#B17347'

red 177 ◦ green 115 ◦ blue 71

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

Shades of Bourbon #B17347

Tints of Bourbon #B17347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 48.76%
G = 31.68%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B17347 (or 0xB17347) is known color: Bourbon. HEX triplet: B1, 73 and 47. RGB value is (177,115,71). Sum of RGB (Red+Green+Blue) = 177+115+71=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17347 is #4E8CB8. Grayscale: #808080. Windows color (decimal): -5147833 or 4682673. OLE color: 4682673.

HSL color Cylindrical-coordinate representation of color #B17347: hue angle of 24.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17347 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 71 -
CMYK 0 0.35 0.60 0.31
HSL 24.91º 0.43% 0.49% -
HSV(B) 24.91º 0.6% 0.69% -
XYZ 25.4 22.06 8.88 -
YUV 128.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 177 115 71 0 0.35 0.60 0.31 24.91 0.43 0.49
Hex B1 73 47 0 23 3C 1F 19 2B 31
Octal 261 163 107 0 43 74 37 31 53 61
Binary 10110001 1110011 1000111 0 100011 111100 11111 11001 101011 110001

Color Harmonies of #B17347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17347

Black with #B17347

Text Example


Text Example

White with #B17347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17347; }

 p { color: rgb(177,115,71); }

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

background-color css

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

 a { background-color: rgb(177,115,71); }

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

border-color css

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

 span { border-color: rgb(177,115,71); }

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