Html Css Color HEX #B17842 Bourbon

📋 copy color: '#B17842'

red 177 ◦ green 120 ◦ blue 66

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

Shades of Bourbon #B17842

Tints of Bourbon #B17842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 48.76%
G = 33.06%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B17842 (or 0xB17842) is known color: Bourbon. HEX triplet: B1, 78 and 42. RGB value is (177,120,66). Sum of RGB (Red+Green+Blue) = 177+120+66=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17842 is #4E87BD. Grayscale: #838383. Windows color (decimal): -5146558 or 4356273. OLE color: 4356273.

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

Color convert

RGB 177 120 66 -
CMYK 0 0.32 0.63 0.31
HSL 29.19º 0.46% 0.48% -
HSV(B) 29.19º 0.63% 0.69% -
XYZ 25.83 23.17 8.27 -
YUV 130.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 177 120 66 0 0.32 0.63 0.31 29.19 0.46 0.48
Hex B1 78 42 0 20 3F 1F 1D 2E 30
Octal 261 170 102 0 40 77 37 35 56 60
Binary 10110001 1111000 1000010 0 100000 111111 11111 11101 101110 110000

Color Harmonies of #B17842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17842

Black with #B17842

Text Example


Text Example

White with #B17842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17842; }

 p { color: rgb(177,120,66); }

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

background-color css

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

 a { background-color: rgb(177,120,66); }

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

border-color css

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

 span { border-color: rgb(177,120,66); }

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