Html Css Color HEX #B0713F Bourbon

📋 copy color: '#B0713F'

red 176 ◦ green 113 ◦ blue 63

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

Shades of Bourbon #B0713F

Tints of Bourbon #B0713F

RGB

 RED value IS 176 (69.14% from 255) = 50%

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

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

R = 50%
G = 32.1%
B = 17.9%

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

#B0713F (or 0xB0713F) is known color: Bourbon. HEX triplet: B0, 71 and 3F. RGB value is (176,113,63). Sum of RGB (Red+Green+Blue) = 176+113+63=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0713F is #4F8EC0. Grayscale: #7E7E7E. Windows color (decimal): -5213889 or 4157872. OLE color: 4157872.

HSL color Cylindrical-coordinate representation of color #B0713F: hue angle of 26.55º 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 #B0713F is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 63 -
CMYK 0 0.36 0.64 0.31
HSL 26.55º 0.47% 0.47% -
HSV(B) 26.55º 0.64% 0.69% -
XYZ 24.71 21.4 7.53 -
YUV 126.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 176 113 63 0 0.36 0.64 0.31 26.55 0.47 0.47
Hex B0 71 3F 0 24 40 1F 1B 2F 2F
Octal 260 161 77 0 44 100 37 33 57 57
Binary 10110000 1110001 111111 0 100100 1000000 11111 11011 101111 101111

Color Harmonies of #B0713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0713F

Black with #B0713F

Text Example


Text Example

White with #B0713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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