Html Css Color HEX #BA713F Bourbon

📋 copy color: '#BA713F'

red 186 ◦ green 113 ◦ blue 63

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

Shades of Bourbon #BA713F

Tints of Bourbon #BA713F

RGB

 RED value IS 186 (73.05% from 255) = 51.38%

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

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

R = 51.38%
G = 31.22%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA713F (or 0xBA713F) is known color: Bourbon. HEX triplet: BA, 71 and 3F. RGB value is (186,113,63). Sum of RGB (Red+Green+Blue) = 186+113+63=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA713F is #458EC0. Grayscale: #818181. Windows color (decimal): -4558529 or 4157882. OLE color: 4157882.

HSL color Cylindrical-coordinate representation of color #BA713F: hue angle of 24.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA713F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 63 -
CMYK 0 0.39 0.66 0.27
HSL 24.39º 0.49% 0.49% -
HSV(B) 24.39º 0.66% 0.73% -
XYZ 27.05 22.61 7.64 -
YUV 129.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 186 113 63 0 0.39 0.66 0.27 24.39 0.49 0.49
Hex BA 71 3F 0 27 42 1B 18 31 31
Octal 272 161 77 0 47 102 33 30 61 61
Binary 10111010 1110001 111111 0 100111 1000010 11011 11000 110001 110001

Color Harmonies of #BA713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA713F

Black with #BA713F

Text Example


Text Example

White with #BA713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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