Html Css Color HEX #B1743E Bourbon

📋 copy color: '#B1743E'

red 177 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #B1743E

Tints of Bourbon #B1743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 49.86%
G = 32.68%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1743E (or 0xB1743E) is known color: Bourbon. HEX triplet: B1, 74 and 3E. RGB value is (177,116,62). Sum of RGB (Red+Green+Blue) = 177+116+62=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1743E is #4E8BC1. Grayscale: #808080. Windows color (decimal): -5147586 or 4093105. OLE color: 4093105.

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

Color convert

RGB 177 116 62 -
CMYK 0 0.34 0.65 0.31
HSL 28.17º 0.48% 0.47% -
HSV(B) 28.17º 0.65% 0.69% -
XYZ 25.25 22.19 7.51 -
YUV 128.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 177 116 62 0 0.34 0.65 0.31 28.17 0.48 0.47
Hex B1 74 3E 0 22 41 1F 1C 30 2F
Octal 261 164 76 0 42 101 37 34 60 57
Binary 10110001 1110100 111110 0 100010 1000001 11111 11100 110000 101111

Color Harmonies of #B1743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1743E

Black with #B1743E

Text Example


Text Example

White with #B1743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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