Html Css Color HEX #BA7637 Meteor

📋 copy color: '#BA7637'

red 186 ◦ green 118 ◦ blue 55

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

Shades of Meteor #BA7637

Tints of Meteor #BA7637

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 51.81%
G = 32.87%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7637 (or 0xBA7637) is known color: Meteor. HEX triplet: BA, 76 and 37. RGB value is (186,118,55). Sum of RGB (Red+Green+Blue) = 186+118+55=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7637 is #4589C8. Grayscale: #838383. Windows color (decimal): -4557257 or 3634874. OLE color: 3634874.

HSL color Cylindrical-coordinate representation of color #BA7637: hue angle of 28.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA7637 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 55 -
CMYK 0 0.37 0.70 0.27
HSL 28.85º 0.54% 0.47% -
HSV(B) 28.85º 0.7% 0.73% -
XYZ 27.42 23.67 6.74 -
YUV 131.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 186 118 55 0 0.37 0.70 0.27 28.85 0.54 0.47
Hex BA 76 37 0 25 46 1B 1D 36 2F
Octal 272 166 67 0 45 106 33 35 66 57
Binary 10111010 1110110 110111 0 100101 1000110 11011 11101 110110 101111

Color Harmonies of #BA7637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7637

Black with #BA7637

Text Example


Text Example

White with #BA7637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7637; }

 p { color: rgb(186,118,55); }

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

background-color css

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

 a { background-color: rgb(186,118,55); }

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

border-color css

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

 span { border-color: rgb(186,118,55); }

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