Html Css Color HEX #B17441 Bourbon

📋 copy color: '#B17441'

red 177 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #B17441

Tints of Bourbon #B17441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 49.44%
G = 32.4%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17441 (or 0xB17441) is known color: Bourbon. HEX triplet: B1, 74 and 41. RGB value is (177,116,65). Sum of RGB (Red+Green+Blue) = 177+116+65=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B17441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17441 is #4E8BBE. Grayscale: #808080. Windows color (decimal): -5147583 or 4289713. OLE color: 4289713.

HSL color Cylindrical-coordinate representation of color #B17441: hue angle of 27.32º 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 #B17441 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 65 -
CMYK 0 0.34 0.63 0.31
HSL 27.32º 0.46% 0.47% -
HSV(B) 27.32º 0.63% 0.69% -
XYZ 25.33 22.22 7.95 -
YUV 128.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 177 116 65 0 0.34 0.63 0.31 27.32 0.46 0.47
Hex B1 74 41 0 22 3F 1F 1B 2E 2F
Octal 261 164 101 0 42 77 37 33 56 57
Binary 10110001 1110100 1000001 0 100010 111111 11111 11011 101110 101111

Color Harmonies of #B17441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17441

Black with #B17441

Text Example


Text Example

White with #B17441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17441; }

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

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

background-color css

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

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

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

border-color css

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

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

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