Html Css Color HEX #BA753B Meteor

📋 copy color: '#BA753B'

red 186 ◦ green 117 ◦ blue 59

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

Shades of Meteor #BA753B

Tints of Meteor #BA753B

RGB

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

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

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

R = 51.38%
G = 32.32%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA753B (or 0xBA753B) is known color: Meteor. HEX triplet: BA, 75 and 3B. RGB value is (186,117,59). Sum of RGB (Red+Green+Blue) = 186+117+59=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA753B is #458AC4. Grayscale: #838383. Windows color (decimal): -4557509 or 3896762. OLE color: 3896762.

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

Color convert

RGB 186 117 59 -
CMYK 0 0.37 0.68 0.27
HSL 27.4º 0.52% 0.48% -
HSV(B) 27.4º 0.68% 0.73% -
XYZ 27.4 23.48 7.23 -
YUV 131.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 186 117 59 0 0.37 0.68 0.27 27.4 0.52 0.48
Hex BA 75 3B 0 25 44 1B 1B 34 30
Octal 272 165 73 0 45 104 33 33 64 60
Binary 10111010 1110101 111011 0 100101 1000100 11011 11011 110100 110000

Color Harmonies of #BA753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA753B

Black with #BA753B

Text Example


Text Example

White with #BA753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA753B; }

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

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

background-color css

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

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

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

border-color css

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

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

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