Html Css Color HEX #B17142 Bourbon

📋 copy color: '#B17142'

red 177 ◦ green 113 ◦ blue 66

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

Shades of Bourbon #B17142

Tints of Bourbon #B17142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 49.72%
G = 31.74%
B = 18.54%

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

#B17142 (or 0xB17142) is known color: Bourbon. HEX triplet: B1, 71 and 42. RGB value is (177,113,66). Sum of RGB (Red+Green+Blue) = 177+113+66=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B17142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17142 is #4E8EBD. Grayscale: #7F7F7F. Windows color (decimal): -5148350 or 4354481. OLE color: 4354481.

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

Color convert

RGB 177 113 66 -
CMYK 0 0.36 0.63 0.31
HSL 25.41º 0.46% 0.48% -
HSV(B) 25.41º 0.63% 0.69% -
XYZ 25.02 21.55 8 -
YUV 126.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 177 113 66 0 0.36 0.63 0.31 25.41 0.46 0.48
Hex B1 71 42 0 24 3F 1F 19 2E 30
Octal 261 161 102 0 44 77 37 31 56 60
Binary 10110001 1110001 1000010 0 100100 111111 11111 11001 101110 110000

Color Harmonies of #B17142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17142

Black with #B17142

Text Example


Text Example

White with #B17142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17142; }

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

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

background-color css

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

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

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

border-color css

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

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

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