Html Css Color HEX #BA7035 Meteor

📋 copy color: '#BA7035'

red 186 ◦ green 112 ◦ blue 53

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

Shades of Meteor #BA7035

Tints of Meteor #BA7035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 52.99%
G = 31.91%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7035 (or 0xBA7035) is known color: Meteor. HEX triplet: BA, 70 and 35. RGB value is (186,112,53). Sum of RGB (Red+Green+Blue) = 186+112+53=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7035 is #458FCA. Grayscale: #7F7F7F. Windows color (decimal): -4558795 or 3502266. OLE color: 3502266.

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

Color convert

RGB 186 112 53 -
CMYK 0 0.40 0.72 0.27
HSL 26.62º 0.56% 0.47% -
HSV(B) 26.62º 0.72% 0.73% -
XYZ 26.69 22.28 6.26 -
YUV 127.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 186 112 53 0 0.40 0.72 0.27 26.62 0.56 0.47
Hex BA 70 35 0 28 48 1B 1B 38 2F
Octal 272 160 65 0 50 110 33 33 70 57
Binary 10111010 1110000 110101 0 101000 1001000 11011 11011 111000 101111

Color Harmonies of #BA7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7035

Black with #BA7035

Text Example


Text Example

White with #BA7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7035; }

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

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

background-color css

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

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

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

border-color css

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

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

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