Html Css Color HEX #B17341 Bourbon

📋 copy color: '#B17341'

red 177 ◦ green 115 ◦ blue 65

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

Shades of Bourbon #B17341

Tints of Bourbon #B17341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.21%

R = 49.58%
G = 32.21%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17341 (or 0xB17341) is known color: Bourbon. HEX triplet: B1, 73 and 41. RGB value is (177,115,65). Sum of RGB (Red+Green+Blue) = 177+115+65=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B17341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17341 is #4E8CBE. Grayscale: #808080. Windows color (decimal): -5147839 or 4289457. OLE color: 4289457.

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

Color convert

RGB 177 115 65 -
CMYK 0 0.35 0.63 0.31
HSL 26.79º 0.46% 0.47% -
HSV(B) 26.79º 0.63% 0.69% -
XYZ 25.22 21.99 7.92 -
YUV 127.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 177 115 65 0 0.35 0.63 0.31 26.79 0.46 0.47
Hex B1 73 41 0 23 3F 1F 1B 2E 2F
Octal 261 163 101 0 43 77 37 33 56 57
Binary 10110001 1110011 1000001 0 100011 111111 11111 11011 101110 101111

Color Harmonies of #B17341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17341

Black with #B17341

Text Example


Text Example

White with #B17341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17341; }

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

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

background-color css

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

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

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

border-color css

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

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

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