Html Css Color HEX #BA713E Bourbon

📋 copy color: '#BA713E'

red 186 ◦ green 113 ◦ blue 62

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

Shades of Bourbon #BA713E

Tints of Bourbon #BA713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 51.52%
G = 31.3%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA713E (or 0xBA713E) is known color: Bourbon. HEX triplet: BA, 71 and 3E. RGB value is (186,113,62). Sum of RGB (Red+Green+Blue) = 186+113+62=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA713E is #458EC1. Grayscale: #818181. Windows color (decimal): -4558530 or 4092346. OLE color: 4092346.

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

Color convert

RGB 186 113 62 -
CMYK 0 0.39 0.67 0.27
HSL 24.68º 0.5% 0.49% -
HSV(B) 24.68º 0.67% 0.73% -
XYZ 27.02 22.6 7.49 -
YUV 129.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 186 113 62 0 0.39 0.67 0.27 24.68 0.5 0.49
Hex BA 71 3E 0 27 43 1B 19 32 31
Octal 272 161 76 0 47 103 33 31 62 61
Binary 10111010 1110001 111110 0 100111 1000011 11011 11001 110010 110001

Color Harmonies of #BA713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA713E

Black with #BA713E

Text Example


Text Example

White with #BA713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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