Html Css Color HEX #BA703F Bourbon

📋 copy color: '#BA703F'

red 186 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #BA703F

Tints of Bourbon #BA703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 51.52%
G = 31.02%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA703F (or 0xBA703F) is known color: Bourbon. HEX triplet: BA, 70 and 3F. RGB value is (186,112,63). Sum of RGB (Red+Green+Blue) = 186+112+63=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA703F is #458FC0. Grayscale: #808080. Windows color (decimal): -4558785 or 4157626. OLE color: 4157626.

HSL color Cylindrical-coordinate representation of color #BA703F: hue angle of 23.9º 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 #BA703F is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 63 -
CMYK 0 0.40 0.66 0.27
HSL 23.9º 0.49% 0.49% -
HSV(B) 23.9º 0.66% 0.73% -
XYZ 26.94 22.39 7.6 -
YUV 128.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 186 112 63 0 0.40 0.66 0.27 23.9 0.49 0.49
Hex BA 70 3F 0 28 42 1B 18 31 31
Octal 272 160 77 0 50 102 33 30 61 61
Binary 10111010 1110000 111111 0 101000 1000010 11011 11000 110001 110001

Color Harmonies of #BA703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA703F

Black with #BA703F

Text Example


Text Example

White with #BA703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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