Html Css Color HEX #B1743C Bourbon

📋 copy color: '#B1743C'

red 177 ◦ green 116 ◦ blue 60

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

Shades of Bourbon #B1743C

Tints of Bourbon #B1743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 50.14%
G = 32.86%
B = 17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1743C (or 0xB1743C) is known color: Bourbon. HEX triplet: B1, 74 and 3C. RGB value is (177,116,60). Sum of RGB (Red+Green+Blue) = 177+116+60=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1743C is #4E8BC3. Grayscale: #808080. Windows color (decimal): -5147588 or 3962033. OLE color: 3962033.

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

Color convert

RGB 177 116 60 -
CMYK 0 0.34 0.66 0.31
HSL 28.72º 0.49% 0.46% -
HSV(B) 28.72º 0.66% 0.69% -
XYZ 25.19 22.16 7.23 -
YUV 127.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 177 116 60 0 0.34 0.66 0.31 28.72 0.49 0.46
Hex B1 74 3C 0 22 42 1F 1D 31 2E
Octal 261 164 74 0 42 102 37 35 61 56
Binary 10110001 1110100 111100 0 100010 1000010 11111 11101 110001 101110

Color Harmonies of #B1743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1743C

Black with #B1743C

Text Example


Text Example

White with #B1743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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