Html Css Color HEX #BA7737 Meteor

📋 copy color: '#BA7737'

red 186 ◦ green 119 ◦ blue 55

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

Shades of Meteor #BA7737

Tints of Meteor #BA7737

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 51.67%
G = 33.06%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7737 (or 0xBA7737) is known color: Meteor. HEX triplet: BA, 77 and 37. RGB value is (186,119,55). Sum of RGB (Red+Green+Blue) = 186+119+55=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7737 is #4588C8. Grayscale: #848484. Windows color (decimal): -4557001 or 3635130. OLE color: 3635130.

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

Color convert

RGB 186 119 55 -
CMYK 0 0.36 0.70 0.27
HSL 29.31º 0.54% 0.47% -
HSV(B) 29.31º 0.7% 0.73% -
XYZ 27.54 23.91 6.78 -
YUV 131.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 186 119 55 0 0.36 0.70 0.27 29.31 0.54 0.47
Hex BA 77 37 0 24 46 1B 1D 36 2F
Octal 272 167 67 0 44 106 33 35 66 57
Binary 10111010 1110111 110111 0 100100 1000110 11011 11101 110110 101111

Color Harmonies of #BA7737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7737

Black with #BA7737

Text Example


Text Example

White with #BA7737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7737; }

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

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

background-color css

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

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

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

border-color css

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

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

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