Html Css Color HEX #B1714A Bourbon

📋 copy color: '#B1714A'

red 177 ◦ green 113 ◦ blue 74

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

Shades of Bourbon #B1714A

Tints of Bourbon #B1714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 48.63%
G = 31.04%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1714A (or 0xB1714A) is known color: Bourbon. HEX triplet: B1, 71 and 4A. RGB value is (177,113,74). Sum of RGB (Red+Green+Blue) = 177+113+74=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1714A is #4E8EB5. Grayscale: #7F7F7F. Windows color (decimal): -5148342 or 4878769. OLE color: 4878769.

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

Color convert

RGB 177 113 74 -
CMYK 0 0.36 0.58 0.31
HSL 22.72º 0.41% 0.49% -
HSV(B) 22.72º 0.58% 0.69% -
XYZ 25.27 21.65 9.33 -
YUV 127.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 177 113 74 0 0.36 0.58 0.31 22.72 0.41 0.49
Hex B1 71 4A 0 24 3A 1F 17 29 31
Octal 261 161 112 0 44 72 37 27 51 61
Binary 10110001 1110001 1001010 0 100100 111010 11111 10111 101001 110001

Color Harmonies of #B1714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1714A

Black with #B1714A

Text Example


Text Example

White with #B1714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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