Html Css Color HEX #BA743B Meteor

📋 copy color: '#BA743B'

red 186 ◦ green 116 ◦ blue 59

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

Shades of Meteor #BA743B

Tints of Meteor #BA743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 51.52%
G = 32.13%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA743B (or 0xBA743B) is known color: Meteor. HEX triplet: BA, 74 and 3B. RGB value is (186,116,59). Sum of RGB (Red+Green+Blue) = 186+116+59=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA743B is #458BC4. Grayscale: #828282. Windows color (decimal): -4557765 or 3896506. OLE color: 3896506.

HSL color Cylindrical-coordinate representation of color #BA743B: hue angle of 26.93º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA743B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 59 -
CMYK 0 0.38 0.68 0.27
HSL 26.93º 0.52% 0.48% -
HSV(B) 26.93º 0.68% 0.73% -
XYZ 27.28 23.25 7.19 -
YUV 130.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 186 116 59 0 0.38 0.68 0.27 26.93 0.52 0.48
Hex BA 74 3B 0 26 44 1B 1B 34 30
Octal 272 164 73 0 46 104 33 33 64 60
Binary 10111010 1110100 111011 0 100110 1000100 11011 11011 110100 110000

Color Harmonies of #BA743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA743B

Black with #BA743B

Text Example


Text Example

White with #BA743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA743B; }

 p { color: rgb(186,116,59); }

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

background-color css

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

 a { background-color: rgb(186,116,59); }

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

border-color css

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

 span { border-color: rgb(186,116,59); }

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