Html Css Color HEX #BA7B37 Meteor

📋 copy color: '#BA7B37'

red 186 ◦ green 123 ◦ blue 55

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

Shades of Meteor #BA7B37

Tints of Meteor #BA7B37

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

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

R = 51.1%
G = 33.79%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7B37 (or 0xBA7B37) is known color: Meteor. HEX triplet: BA, 7B and 37. RGB value is (186,123,55). Sum of RGB (Red+Green+Blue) = 186+123+55=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B37 is #4584C8. Grayscale: #868686. Windows color (decimal): -4555977 or 3636154. OLE color: 3636154.

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

Color convert

RGB 186 123 55 -
CMYK 0 0.34 0.70 0.27
HSL 31.15º 0.54% 0.47% -
HSV(B) 31.15º 0.7% 0.73% -
XYZ 28.02 24.88 6.94 -
YUV 134.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 186 123 55 0 0.34 0.70 0.27 31.15 0.54 0.47
Hex BA 7B 37 0 22 46 1B 1F 36 2F
Octal 272 173 67 0 42 106 33 37 66 57
Binary 10111010 1111011 110111 0 100010 1000110 11011 11111 110110 101111

Color Harmonies of #BA7B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B37

Black with #BA7B37

Text Example


Text Example

White with #BA7B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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