Html Css Color HEX #B1713F Bourbon

📋 copy color: '#B1713F'

red 177 ◦ green 113 ◦ blue 63

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

Shades of Bourbon #B1713F

Tints of Bourbon #B1713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.85%

R = 50.14%
G = 32.01%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1713F (or 0xB1713F) is known color: Bourbon. HEX triplet: B1, 71 and 3F. RGB value is (177,113,63). Sum of RGB (Red+Green+Blue) = 177+113+63=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1713F is #4E8EC0. Grayscale: #7E7E7E. Windows color (decimal): -5148353 or 4157873. OLE color: 4157873.

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

Color convert

RGB 177 113 63 -
CMYK 0 0.36 0.64 0.31
HSL 26.32º 0.48% 0.47% -
HSV(B) 26.32º 0.64% 0.69% -
XYZ 24.93 21.52 7.54 -
YUV 126.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 177 113 63 0 0.36 0.64 0.31 26.32 0.48 0.47
Hex B1 71 3F 0 24 40 1F 1A 30 2F
Octal 261 161 77 0 44 100 37 32 60 57
Binary 10110001 1110001 111111 0 100100 1000000 11111 11010 110000 101111

Color Harmonies of #B1713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1713F

Black with #B1713F

Text Example


Text Example

White with #B1713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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