Html Css Color HEX #BA7937 Meteor

📋 copy color: '#BA7937'

red 186 ◦ green 121 ◦ blue 55

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

Shades of Meteor #BA7937

Tints of Meteor #BA7937

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 51.38%
G = 33.43%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7937 (or 0xBA7937) is known color: Meteor. HEX triplet: BA, 79 and 37. RGB value is (186,121,55). Sum of RGB (Red+Green+Blue) = 186+121+55=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7937 is #4586C8. Grayscale: #858585. Windows color (decimal): -4556489 or 3635642. OLE color: 3635642.

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

Color convert

RGB 186 121 55 -
CMYK 0 0.35 0.70 0.27
HSL 30.23º 0.54% 0.47% -
HSV(B) 30.23º 0.7% 0.73% -
XYZ 27.78 24.39 6.86 -
YUV 132.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 186 121 55 0 0.35 0.70 0.27 30.23 0.54 0.47
Hex BA 79 37 0 23 46 1B 1E 36 2F
Octal 272 171 67 0 43 106 33 36 66 57
Binary 10111010 1111001 110111 0 100011 1000110 11011 11110 110110 101111

Color Harmonies of #BA7937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7937

Black with #BA7937

Text Example


Text Example

White with #BA7937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7937; }

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

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

background-color css

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

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

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

border-color css

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

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

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