Html Css Color HEX #BA703A Meteor

📋 copy color: '#BA703A'

red 186 ◦ green 112 ◦ blue 58

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

Shades of Meteor #BA703A

Tints of Meteor #BA703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.29%

R = 52.25%
G = 31.46%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA703A (or 0xBA703A) is known color: Meteor. HEX triplet: BA, 70 and 3A. RGB value is (186,112,58). Sum of RGB (Red+Green+Blue) = 186+112+58=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA703A is #458FC5. Grayscale: #808080. Windows color (decimal): -4558790 or 3829946. OLE color: 3829946.

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

Color convert

RGB 186 112 58 -
CMYK 0 0.40 0.69 0.27
HSL 25.31º 0.52% 0.48% -
HSV(B) 25.31º 0.69% 0.73% -
XYZ 26.81 22.33 6.9 -
YUV 127.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 186 112 58 0 0.40 0.69 0.27 25.31 0.52 0.48
Hex BA 70 3A 0 28 45 1B 19 34 30
Octal 272 160 72 0 50 105 33 31 64 60
Binary 10111010 1110000 111010 0 101000 1000101 11011 11001 110100 110000

Color Harmonies of #BA703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA703A

Black with #BA703A

Text Example


Text Example

White with #BA703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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