Html Css Color HEX #BA7535 Meteor

📋 copy color: '#BA7535'

red 186 ◦ green 117 ◦ blue 53

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

Shades of Meteor #BA7535

Tints of Meteor #BA7535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

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

R = 52.25%
G = 32.87%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7535 (or 0xBA7535) is known color: Meteor. HEX triplet: BA, 75 and 35. RGB value is (186,117,53). Sum of RGB (Red+Green+Blue) = 186+117+53=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7535 is #458ACA. Grayscale: #828282. Windows color (decimal): -4557515 or 3503546. OLE color: 3503546.

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

Color convert

RGB 186 117 53 -
CMYK 0 0.37 0.72 0.27
HSL 28.87º 0.56% 0.47% -
HSV(B) 28.87º 0.72% 0.73% -
XYZ 27.25 23.42 6.45 -
YUV 130.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 186 117 53 0 0.37 0.72 0.27 28.87 0.56 0.47
Hex BA 75 35 0 25 48 1B 1D 38 2F
Octal 272 165 65 0 45 110 33 35 70 57
Binary 10111010 1110101 110101 0 100101 1001000 11011 11101 111000 101111

Color Harmonies of #BA7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7535

Black with #BA7535

Text Example


Text Example

White with #BA7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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