Html Css Color HEX #B1713B Bourbon

📋 copy color: '#B1713B'

red 177 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #B1713B

Tints of Bourbon #B1713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 50.72%
G = 32.38%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1713B (or 0xB1713B) is known color: Bourbon. HEX triplet: B1, 71 and 3B. RGB value is (177,113,59). Sum of RGB (Red+Green+Blue) = 177+113+59=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1713B is #4E8EC4. Grayscale: #7E7E7E. Windows color (decimal): -5148357 or 3895729. OLE color: 3895729.

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

Color convert

RGB 177 113 59 -
CMYK 0 0.36 0.67 0.31
HSL 27.46º 0.5% 0.46% -
HSV(B) 27.46º 0.67% 0.69% -
XYZ 24.83 21.47 6.97 -
YUV 125.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 177 113 59 0 0.36 0.67 0.31 27.46 0.5 0.46
Hex B1 71 3B 0 24 43 1F 1B 32 2E
Octal 261 161 73 0 44 103 37 33 62 56
Binary 10110001 1110001 111011 0 100100 1000011 11111 11011 110010 101110

Color Harmonies of #B1713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1713B

Black with #B1713B

Text Example


Text Example

White with #B1713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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