Html Css Color HEX #B17343 Bourbon

📋 copy color: '#B17343'

red 177 ◦ green 115 ◦ blue 67

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

Shades of Bourbon #B17343

Tints of Bourbon #B17343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 49.3%
G = 32.03%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B17343 (or 0xB17343) is known color: Bourbon. HEX triplet: B1, 73 and 43. RGB value is (177,115,67). Sum of RGB (Red+Green+Blue) = 177+115+67=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B17343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17343 is #4E8CBC. Grayscale: #808080. Windows color (decimal): -5147837 or 4420529. OLE color: 4420529.

HSL color Cylindrical-coordinate representation of color #B17343: hue angle of 26.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B17343 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 67 -
CMYK 0 0.35 0.62 0.31
HSL 26.18º 0.45% 0.48% -
HSV(B) 26.18º 0.62% 0.69% -
XYZ 25.28 22.01 8.23 -
YUV 128.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 177 115 67 0 0.35 0.62 0.31 26.18 0.45 0.48
Hex B1 73 43 0 23 3E 1F 1A 2D 30
Octal 261 163 103 0 43 76 37 32 55 60
Binary 10110001 1110011 1000011 0 100011 111110 11111 11010 101101 110000

Color Harmonies of #B17343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17343

Black with #B17343

Text Example


Text Example

White with #B17343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17343; }

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

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

background-color css

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

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

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

border-color css

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

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

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