Html Css Color HEX #B17241 Bourbon

📋 copy color: '#B17241'

red 177 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #B17241

Tints of Bourbon #B17241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 49.72%
G = 32.02%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17241 (or 0xB17241) is known color: Bourbon. HEX triplet: B1, 72 and 41. RGB value is (177,114,65). Sum of RGB (Red+Green+Blue) = 177+114+65=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B17241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17241 is #4E8DBE. Grayscale: #7F7F7F. Windows color (decimal): -5148095 or 4289201. OLE color: 4289201.

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

Color convert

RGB 177 114 65 -
CMYK 0 0.36 0.63 0.31
HSL 26.25º 0.46% 0.47% -
HSV(B) 26.25º 0.63% 0.69% -
XYZ 25.1 21.76 7.88 -
YUV 127.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 177 114 65 0 0.36 0.63 0.31 26.25 0.46 0.47
Hex B1 72 41 0 24 3F 1F 1A 2E 2F
Octal 261 162 101 0 44 77 37 32 56 57
Binary 10110001 1110010 1000001 0 100100 111111 11111 11010 101110 101111

Color Harmonies of #B17241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17241

Black with #B17241

Text Example


Text Example

White with #B17241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17241; }

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

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

background-color css

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

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

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

border-color css

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

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

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